# | Line 61 | Line 61 | namespace OpenMD { | |
---|---|---|
61 | tempPath = getenv("FORCE_PARAM_PATH"); | |
62 | ||
63 | if (tempPath == NULL) { | |
64 | < | //convert a macro from compiler to a string in c++ |
65 | < | STR_DEFINE(ffPath_, FRC_PATH ); |
64 | > | ffPath_ = "ORNULL(FRC_PATH)"; |
65 | } else { | |
66 | ffPath_ = tempPath; | |
67 | } |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |