Skip to content

Commit e9f56ed

Browse files
committed
Bump error OMP
1 parent 761a8a7 commit e9f56ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ void check_solution(const size_t num_times,
311311

312312
// Error relative tolerance check
313313
size_t failed = 0;
314-
T epsi = std::numeric_limits<T>::epsilon() * T(10000.0);
314+
T epsi = std::numeric_limits<T>::epsilon() * T(100000.0);
315315
auto check = [&](const char* name, T is, T should, T e, size_t i = size_t(-1)) {
316316
if (e > epsi) {
317317
++failed;

0 commit comments

Comments
 (0)