Skip to content
Snippets Groups Projects
Commit 83cc84b4 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Compare with a meaningful result

parent 4f03644d
No related branches found
No related tags found
No related merge requests found
......@@ -474,7 +474,7 @@ void testSteepFunction() {
start[1] = 0;
double const ret3 = functionTester(J, start, 1);
assert(std::abs(ret1 - ret3) < 1e-5);
assert(std::abs(ret2 - ret3) < 1e-5);
}
int main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment