Commit c95bd965 authored by peastman's avatar peastman
Browse files

Removed debug code

parent d2453d1b
......@@ -127,7 +127,6 @@ void testLargeSystem() {
forceNorm += f.dot(f);
}
forceNorm = sqrt(forceNorm/(5*numMolecules));
cout<<forceNorm<<" "<<2*tolerance<<endl;
ASSERT(forceNorm < 2*tolerance);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment