There was an error while loading. Please reload this page.
1 parent 787c3dc commit 3d52bd6Copy full SHA for 3d52bd6
1 file changed
test/MHD/OrszagTang3D/setup.cpp
@@ -20,7 +20,7 @@ void CheckConservation(DataBlock &data) {
20
auto dV = data.dV;
21
//idfx::cout << "Analysis: checking conserved quantities..." << std::endl;
22
#ifdef SINGLE_PRECISION
23
- const real threshold = 1e-4;
+ const real threshold = 2e-4;
24
#else
25
const real threshold = 1e-13;
26
#endif
0 commit comments