Skip to content

Commit

Permalink
delay initializing diags until after runtime comps
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Feb 8, 2025
1 parent a4096bd commit 3cf719b
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 @@ -541,8 +541,8 @@ WarpX::InitData ()
ComputeDt();
WarpX::PrintDtDxDyDz();
InitFromScratch();
InitDiagnostics();
InitRuntimeComps();
InitDiagnostics();
}
else
{
Expand Down

0 comments on commit 3cf719b

Please sign in to comment.