Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2024
1 parent 0c40275 commit 55645ad
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 @@ -19,7 +19,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 55645ad

Please sign in to comment.