"vscode:/vscode.git/clone" did not exist on "277ab7305f6c80945fd869a79bf9fad2c0efbb93"
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() { ...@@ -3380,7 +3380,9 @@ int main() {
DoubleVector numberOfMolecules; DoubleVector numberOfMolecules;
//numberOfMolecules.push_back( 10 ); //numberOfMolecules.push_back( 10 );
#if IMPLICIT_SOLVENT != TEST_NONBONDED
numberOfMolecules.push_back( 100 ); numberOfMolecules.push_back( 100 );
#endif
numberOfMolecules.push_back( 1000 ); numberOfMolecules.push_back( 1000 );
numberOfMolecules.push_back( 2000 ); numberOfMolecules.push_back( 2000 );
numberOfMolecules.push_back( 4000 ); 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