Made cutoff-scheme=Verlet the default
[alexxy/gromacs.git] / src / programs / mdrun / tests / moduletest.cpp
index 7acd47705b89e8da6580667ac65bc506a8b0d5a7..aae01affc6b8e6d2476c72a6b4a5b0d8aaa57847 100644 (file)
@@ -108,10 +108,14 @@ MdrunTestFixture::~MdrunTestFixture()
 {
 }
 
+// TODO The combination of defaulting to Verlet cut-off scheme, NVE,
+// and verlet-buffer-tolerance = -1 gives a grompp error. If we keep
+// things that way, this function should be renamed. For now,
+// force the use of the group scheme.
 void
 MdrunTestFixture::useEmptyMdpFile()
 {
-    useStringAsMdpFile("");
+    useStringAsMdpFile("cutoff-scheme = Group\n");
 }
 
 void