--- trunk/src/UseTheForce/ForceField.cpp 2009/11/25 20:02:06 1390 +++ trunk/src/UseTheForce/ForceField.cpp 2010/07/07 15:04:32 1460 @@ -57,9 +57,10 @@ namespace OpenMD { namespace OpenMD { ForceField::ForceField() { + char* tempPath; tempPath = getenv("FORCE_PARAM_PATH"); - + if (tempPath == NULL) { //convert a macro from compiler to a string in c++ STR_DEFINE(ffPath_, FRC_PATH );