Fixed a typo about non-existing macro in OpenMM
authorRossen Apostolov <rossen@cbr.su.se>
Mon, 23 Aug 2010 14:29:08 +0000 (16:29 +0200)
committerRossen Apostolov <rossen@cbr.su.se>
Mon, 23 Aug 2010 14:29:08 +0000 (16:29 +0200)
src/kernel/openmm_wrapper.cpp

index b874b904358bc5271107530159a0dca6a9a7794a..6e61dec5175f89fcb1aa3b4b9af4cdb94294aaee 100644 (file)
@@ -791,7 +791,7 @@ void* openmm_init(FILE *fplog, const char *platformOptStr,
             }
 
             /* macro set at build time  */
-#ifdef OPENMM_PLUGIN_DIR
+#ifdef OpenMM_PLUGIN_DIR
             if (!hasLoadedPlugins)
             {
                 loadedPlugins = Platform::loadPluginsFromDirectory(OPENMM_PLUGIN_DIR);
@@ -1020,7 +1020,7 @@ void* openmm_init(FILE *fplog, const char *platformOptStr,
                 break;
 
             default:
-                gmx_fatal(FARGS,"Internal error: you should not see this message, it that the"
+                gmx_fatal(FARGS,"Internal error: you should not see this message, it means that the"
                           "electrosatics option check failed. Please report this error!");
             }        
             sys->setDefaultPeriodicBoxVectors(Vec3(state->box[0][0], 0, 0),