X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Ftestutils%2Frefdata.cpp;h=263ad7d53fb87311fb29b32d640ed13a87cd3212;hb=86f86f19d985cd5516b5f8bd5d3dab4760d4b573;hp=f9bab1ecf394b2dfa9b4e2971c627aa625bd6c8d;hpb=bd8ff104f5c56e7040041a456a349dac48bf60d9;p=alexxy%2Fgromacs.git diff --git a/src/testutils/refdata.cpp b/src/testutils/refdata.cpp index f9bab1ecf3..263ad7d53f 100644 --- a/src/testutils/refdata.cpp +++ b/src/testutils/refdata.cpp @@ -54,7 +54,7 @@ #include #include "gromacs/options/basicoptions.h" -#include "gromacs/options/options.h" +#include "gromacs/options/ioptionscontainer.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/gmxassert.h" #include "gromacs/utility/path.h" @@ -97,7 +97,7 @@ namespace gmx namespace test { -void initReferenceData(Options *options) +void initReferenceData(IOptionsContainer *options) { // Needs to correspond to the enum order in refdata.h. const char *const refDataEnum[] = { "check", "create", "update" };