Skip to content

Commit

Permalink
Merge branch 'add_feature_projection_div_cleaner' of github.com:clark…
Browse files Browse the repository at this point in the history
…se/WarpX into add_feature_projection_div_cleaner
  • Loading branch information
clarkse committed Jun 21, 2024
2 parents 58d6d61 + 55645ad commit 78fb982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Initialization/DivCleaner/ProjectionDivCleaner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ProjectionDivCleaner::ProjectionDivCleaner()
"Single Precision Divergence Cleaner has convergence problems. "
"Please compile with WarpX_PRECISION=DOUBLE."
);

m_rtol = 1e-6;
m_atol = 0.0;
}
Expand Down

0 comments on commit 78fb982

Please sign in to comment.