Skip to content

Commit

Permalink
Merge pull request seahorce-scidac#235 from hklion/remove_init
Browse files Browse the repository at this point in the history
remove redundant initialization
  • Loading branch information
hklion authored Jul 23, 2024
2 parents 938c947 + 5d4c274 commit 3de1692
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/REMORA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,6 @@ REMORA::InitData ()

InitFromScratch(start_time);

for (int lev = 0; lev <= finest_level; lev++)
init_only(lev, start_time);

if (solverChoice.coupling_type == CouplingType::TwoWay) {
AverageDown();
}
Expand Down

0 comments on commit 3de1692

Please sign in to comment.