| # | Line 37 | Line 37 | GNU General Public License for more details. | |
|---|---|---|
| 37 | #include <cstdlib> | |
| 38 | #include "utils/ElementsTable.hpp" | |
| 39 | #include "utils/simError.h" | |
| 40 | < | #include "io/basic_ifstrstream.hpp" |
| 40 | > | #include "io/ifstrstream.hpp" |
| 41 | ||
| 42 | #if !HAVE_STRNCASECMP | |
| 43 | extern "C" int strncasecmp(const char *s1, const char *s2, size_t n); | |
| # | Line 59 | Line 59 | namespace OpenMD { | |
| 59 | ||
| 60 | ElementsTable::ElementsTable() { | |
| 61 | init_ = false; | |
| 62 | < | STR_DEFINE(dir_, FRC_PATH ); |
| 62 | > | dir_ = std::string("TO_STRING(FRC_PATH)"); |
| 63 | envvar_ = "FORCE_PARAM_PATH"; | |
| 64 | filename_ = "element.txt"; | |
| 65 | } | |
| # | Line 0 | Line 1 | |
|---|---|---|
| 1 | + | Author Id Revision Date |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |