--- trunk/src/UseTheForce/ForceField.cpp 2009/11/25 20:02:06 1390 +++ trunk/src/UseTheForce/ForceField.cpp 2010/05/10 17:28:26 1442 @@ -61,8 +61,7 @@ namespace OpenMD { tempPath = getenv("FORCE_PARAM_PATH"); if (tempPath == NULL) { - //convert a macro from compiler to a string in c++ - STR_DEFINE(ffPath_, FRC_PATH ); + ffPath_ = "ORNULL(FRC_PATH)"; } else { ffPath_ = tempPath; }