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

fix

parent d4b88015
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,7 @@ static void mergePostProcessingFile(const std::string &fileName) ...@@ -151,6 +151,7 @@ static void mergePostProcessingFile(const std::string &fileName)
// if we added steps, go to the last one // if we added steps, go to the last one
if(FlGui::instance()->onelab->showLastStep()){ if(FlGui::instance()->onelab->showLastStep()){
steps.resize(PView::list.size(), 0);
for(int i = 0; i < PView::list.size(); i++){ for(int i = 0; i < PView::list.size(); i++){
int step = (int)opt_view_nb_timestep(i, GMSH_GET, 0); int step = (int)opt_view_nb_timestep(i, GMSH_GET, 0);
if(step > steps[i]) if(step > steps[i])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment