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

Comments

parent 3be13e8a
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ void testSampleFunction() { ...@@ -62,6 +62,7 @@ void testSampleFunction() {
double const ret1 = functionTester(J, start, 6); double const ret1 = functionTester(J, start, 6);
// Something random
start[0] = 279; start[0] = 279;
start[1] = -96; start[1] = -96;
...@@ -173,6 +174,7 @@ void testTrivialFunction() { ...@@ -173,6 +174,7 @@ void testTrivialFunction() {
double const ret1 = functionTester(J, start, 6); double const ret1 = functionTester(J, start, 6);
std::cout << std::endl; std::cout << std::endl;
// Something random
start[0] = 279; start[0] = 279;
start[1] = -96; start[1] = -96;
......
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