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

Tweak test output

parent a1ee4ccb
No related branches found
No related tags found
No related merge requests found
......@@ -108,8 +108,6 @@ void testSampleFunctionNonsmooth() {
functionTester(J, start, 6);
}
std::cout << std::endl;
std::cout << std::endl;
std::cout << std::endl;
{
start = b;
start /= (b.two_norm() - 1e-12); // Make sure the norm is above 1;
......@@ -171,9 +169,9 @@ void testTrivialFunction() {
int main() {
try {
testSampleFunction();
std::cout << std::endl;
std::cout << std::endl << std::endl << std::endl;
testSampleFunctionNonsmooth();
std::cout << std::endl;
std::cout << std::endl << std::endl << std::endl;
testTrivialFunction();
return 0;
}
......
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