Merge release-4-6 into master
[alexxy/gromacs.git] / src / programs / mdrun / membed.c
index 7037c7aa8e0a7f634bef34917b70d225783b0b5f..a079e16a6acf11933c38caf88604e43cd8d14b86 100644 (file)
@@ -1038,10 +1038,6 @@ gmx_membed_t init_membed(FILE *fplog, int nfile, const t_filenm fnm[], gmx_mtop_
             gmx_input("Sorry, parallel g_membed is not yet fully functional.");
         }
 
-#ifdef GMX_OPENMM
-        gmx_input("Sorry, g_membed does not work with openmm.");
-#endif
-
         if(*cpt>=0)
         {
             fprintf(stderr,"\nSetting -cpt to -1, because embedding cannot be restarted from cpt-files.\n");