ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/brains/ForceField.cpp
(Generate patch)

Comparing trunk/src/UseTheForce/ForceField.cpp (file contents):
Revision 1441 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC

# 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      }

Comparing trunk/src/UseTheForce/ForceField.cpp (property svn:keywords):
Revision 1441 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
Revision 1442 by gezelter, Mon May 10 17:28:26 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines