X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fdlist.cpp;fp=src%2Fgromacs%2Fgmxana%2Fdlist.cpp;h=41edf5fcbbf8dc938c137729223ea467d7d90d2f;hb=c3f2d46e4047f0c465f7234b3784a2fa6f02a065;hp=1d4f7aaf6445a031e889cf78a12e756d95630973;hpb=0595b4a4c763a0bc574658992081abf8b0abc3fe;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/dlist.cpp b/src/gromacs/gmxana/dlist.cpp index 1d4f7aaf64..41edf5fcbb 100644 --- a/src/gromacs/gmxana/dlist.cpp +++ b/src/gromacs/gmxana/dlist.cpp @@ -168,7 +168,7 @@ t_dlist *mk_dlist(FILE *log, /* end fixing aromatics */ /* Special case for Pro, has no H */ - if (strcmp(thisres, "PRO") == 0) + if (std::strcmp(thisres, "PRO") == 0) { atm.H = atm.Cn[4]; }