Skip to content

Commit

Permalink
add missing ::
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafedeli88 committed Feb 11, 2025
1 parent dbc90b9 commit daec11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Initialization/WarpXInitData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ WarpX::InitData ()
else
{
InitFromCheckpoint();
PrintDtDxDyDz(max_level, geom, dt);
::PrintDtDxDyDz(max_level, geom, dt);
PostRestart();
reduced_diags->InitData();
}
Expand Down

0 comments on commit daec11d

Please sign in to comment.