Implemented LJ-PME nbnxn kernels
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp.c
index d604b1fb29813ab95d0a43f9192bf4382ab066e4..5c20e5d4c84b082af2829b8af6756b697db3de3f 100644 (file)
@@ -1620,11 +1620,6 @@ int gmx_grompp(int argc, char *argv[])
 
         /* Remove all charge groups */
         gmx_mtop_remove_chargegroups(sys);
-
-        if (EVDW_PME(ir->vdwtype))
-        {
-            gmx_fatal(FARGS, "LJ-PME not implemented together with verlet-scheme!");
-        }
     }
 
     if (count_constraints(sys, mi, wi) && (ir->eConstrAlg == econtSHAKE))