Skip to content

Commit

Permalink
fix tiny profiling error (erf-model#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Sep 30, 2024
1 parent a4b7da7 commit a422397
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/ERF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ ERF::InitData ()
#endif
#endif
InitData_post();
BL_PROFILE_VAR_STOP(InitData);
}
// This is called from main.cpp and handles all initialization, whether from start or restart
void
Expand Down Expand Up @@ -1184,8 +1185,6 @@ ERF::InitData_post ()

}

BL_PROFILE_VAR_STOP(InitData);

#ifdef ERF_USE_EB
bool write_eb_surface = false;
pp.query("write_eb_surface", write_eb_surface);
Expand Down

0 comments on commit a422397

Please sign in to comment.