Skip to content

Commit 3d52bd6

Browse files
committed
increase tolerance (again) on single precision
1 parent 787c3dc commit 3d52bd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/MHD/OrszagTang3D/setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ void CheckConservation(DataBlock &data) {
2020
auto dV = data.dV;
2121
//idfx::cout << "Analysis: checking conserved quantities..." << std::endl;
2222
#ifdef SINGLE_PRECISION
23-
const real threshold = 1e-4;
23+
const real threshold = 2e-4;
2424
#else
2525
const real threshold = 1e-13;
2626
#endif

0 commit comments

Comments
 (0)