Skip to content

Commit

Permalink
#177: C++ eqfuzzy takes absolute tolerance
Browse files Browse the repository at this point in the history
New error introduced. testcase with taffy fails due to concurrent crossings. Need to investigate. Other tests go through fine.
  • Loading branch information
mbudisic committed Jan 9, 2015
1 parent b89b285 commit 65cf259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +braidlab/@braid/private/cross2gen_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
// https://github.com/progschj/ThreadPool
#endif

#define ABSTOL_TIME (1e-14)
#define ABSTOL_TIME (1e-18)

#include "eqfuzzy.hpp"
#include "mex.h"
Expand Down

0 comments on commit 65cf259

Please sign in to comment.