Commit 8ae2a598 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Removed test Ewald/PME test for small systems

parent 77742df8
......@@ -3380,7 +3380,9 @@ int main() {
DoubleVector numberOfMolecules;
//numberOfMolecules.push_back( 10 );
#if IMPLICIT_SOLVENT != TEST_NONBONDED
numberOfMolecules.push_back( 100 );
#endif
numberOfMolecules.push_back( 1000 );
numberOfMolecules.push_back( 2000 );
numberOfMolecules.push_back( 4000 );
......
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