X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fcorrelationfunctions%2Ftests%2Fexpfit.cpp;fp=src%2Fgromacs%2Fcorrelationfunctions%2Ftests%2Fexpfit.cpp;h=657d16ac874e52f70905d0c3209125c6d482ffb6;hb=c3f2d46e4047f0c465f7234b3784a2fa6f02a065;hp=74fb2ebd8edf820e391a2713be44ac1b6f219132;hpb=0595b4a4c763a0bc574658992081abf8b0abc3fe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/correlationfunctions/tests/expfit.cpp b/src/gromacs/correlationfunctions/tests/expfit.cpp index 74fb2ebd8e..657d16ac87 100644 --- a/src/gromacs/correlationfunctions/tests/expfit.cpp +++ b/src/gromacs/correlationfunctions/tests/expfit.cpp @@ -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); }