--- trunk/src/utils/ElementsTable.cpp 2009/11/25 20:02:06 1390 +++ branches/development/src/utils/ElementsTable.cpp 2011/09/13 22:05:04 1627 @@ -37,7 +37,7 @@ GNU General Public License for more details. #include #include "utils/ElementsTable.hpp" #include "utils/simError.h" -#include "io/basic_ifstrstream.hpp" +#include "io/ifstrstream.hpp" #if !HAVE_STRNCASECMP extern "C" int strncasecmp(const char *s1, const char *s2, size_t n); @@ -59,7 +59,7 @@ namespace OpenMD { ElementsTable::ElementsTable() { init_ = false; - STR_DEFINE(dir_, FRC_PATH ); + dir_ = std::string("TO_STRING(FRC_PATH)"); envvar_ = "FORCE_PARAM_PATH"; filename_ = "element.txt"; }