Skip to content
Snippets Groups Projects
Commit 84267961 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent a3a9f541
No related branches found
No related tags found
No related merge requests found
// $Id: Callbacks.cpp,v 1.108 2002-02-20 16:44:25 geuzaine Exp $ // $Id: Callbacks.cpp,v 1.109 2002-02-20 16:45:33 geuzaine Exp $
#include <sys/types.h> #include <sys/types.h>
#include <signal.h> #include <signal.h>
...@@ -196,12 +196,8 @@ void status_rewind_cb(CALLBACK_ARGS){ ...@@ -196,12 +196,8 @@ void status_rewind_cb(CALLBACK_ARGS){
} }
else{ else{
view_in_cycle = 0; view_in_cycle = 0;
for(i=0 ; i<List_Nbr(CTX.post.list) ; i++){ for(i=0 ; i<List_Nbr(CTX.post.list) ; i++)
if(!i) opt_view_visible(i, GMSH_SET|GMSH_GUI, !i);
opt_view_visible(i, GMSH_SET|GMSH_GUI, 1);
else
opt_view_visible(i, GMSH_SET|GMSH_GUI, 0);
}
} }
Draw(); Draw();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment