--- trunk/src/brains/ForceField.cpp 2013/06/17 18:28:30 1880 +++ trunk/src/brains/ForceField.cpp 2013/07/17 20:39:58 1905 @@ -80,7 +80,7 @@ namespace OpenMD { namespace OpenMD { - ForceField::ForceField(std::string ffName) { + ForceField::ForceField(std::string ffName): wildCardAtomTypeName_("X") { char* tempPath; tempPath = getenv("FORCE_PARAM_PATH");