ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/LJ_FF.cpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/LJ_FF.cpp (file contents):
Revision 299 by mmeineke, Fri Mar 7 19:31:02 2003 UTC vs.
Revision 321 by mmeineke, Wed Mar 12 15:12:24 2003 UTC

# Line 106 | Line 106 | LJ_FF::LJ_FF(){
106        
107        ffPath = getenv( ffPath_env );
108        if( ffPath == NULL ) {
109 <        sprintf( painCave.errMsg,
110 <                 "Error opening the force field parameter file: %s\n"
111 <                 "Have you tried setting the FORCE_PARAM_PATH environment "
112 <                 "vairable?\n",
113 <                 fileName );
114 <        painCave.isFatal = 1;
115 <        simError();
109 >        STR_DEFINE(ffPath, FRC_PATH );
110        }
111        
112        

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines