Merge gromacs-4-6 into master
[alexxy/gromacs.git] / src / gromacs / gmxlib / topsort.c
index 128e57fb2d5b256364cf5a165c5e04c5e3123819..66c55f2889245e00d92cf8cc6ac9a75970032065 100644 (file)
@@ -108,6 +108,9 @@ static gmx_bool ip_pert(int ftype,const t_iparams *ip)
         bPert = (ip->lj14.c6A  != ip->lj14.c6B ||
                  ip->lj14.c12A != ip->lj14.c12B);
         break;
+    case F_CMAP:
+        bPert = FALSE;
+        break;
     default:
         bPert = FALSE;
         gmx_fatal(FARGS,"Function type %s not implemented in ip_pert",