From ccaa59b8c6710acaf061904cde1efa21a7d8083c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 27 Feb 2001 13:23:52 +0000 Subject: [PATCH] *** empty log message *** --- Common/Views.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/Views.cpp b/Common/Views.cpp index 3529557ef5..6d26af008a 100644 --- a/Common/Views.cpp +++ b/Common/Views.cpp @@ -1,4 +1,4 @@ -// $Id: Views.cpp,v 1.31 2001-02-17 22:25:46 geuzaine Exp $ +// $Id: Views.cpp,v 1.32 2001-02-27 13:23:52 geuzaine Exp $ #include <set> #include "Gmsh.h" @@ -243,6 +243,7 @@ void EndView(int add_in_gui, int force_number, char *file_name, char *name){ opt_view_name(ActualViewIndex, GMSH_SET|GMSH_GUI, name); opt_view_filename(ActualViewIndex, GMSH_SET|GMSH_GUI, file_name); opt_view_nb_timestep(ActualViewIndex, GMSH_GUI, 0); + opt_view_timestep(ActualViewIndex, GMSH_SET|GMSH_GUI, ActualView->TimeStep); if(ActualView->Min > ActualView->Max){ opt_view_min(ActualViewIndex, GMSH_SET|GMSH_GUI, 0.); opt_view_max(ActualViewIndex, GMSH_SET|GMSH_GUI, 0.); -- GitLab