Merge branch 'master' into pygromacs
[alexxy/gromacs.git] / src / gromacs / correlationfunctions / tests / expfit.cpp
index 74fb2ebd8edf820e391a2713be44ac1b6f219132..657d16ac874e52f70905d0c3209125c6d482ffb6 100644 (file)
@@ -193,7 +193,7 @@ TEST_F (ExpfitTest, EffnERREST) {
 }
 
 TEST_F (ExpfitTest, EffnVAC) {
-    double param[] = {30, 0.0};
+    double param[] = {0.6, 0.1};
     test(effnVAC, param, 0.05, 0);
 }