Merge branch 'master' into pygromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / dlist.cpp
index 1d4f7aaf6445a031e889cf78a12e756d95630973..41edf5fcbbf8dc938c137729223ea467d7d90d2f 100644 (file)
@@ -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];
         }