ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/forcer.cpp
(Generate patch)

Comparing trunk/SHAPES/forcer.cpp (file contents):
Revision 1243 by gezelter, Fri Jun 4 16:11:27 2004 UTC vs.
Revision 1244 by gezelter, Fri Jun 4 16:21:23 2004 UTC

# Line 58 | Line 58 | int main(int argc, char* argv[]){
58    char temp[200];
59    char readLine[500];
60    FILE *vdwFile, *structureFile;
61 <  char* ffPath_env = "FORCE_PARAM_PATH";
61 >  char* ffPath_env = "VDW_PATH";
62    char* ffPath;
63    char* eof_test;
64    char* foo;
# Line 127 | Line 127 | int main(int argc, char* argv[]){
127      if( vdwFile == NULL ){
128        
129        printf(  "Error opening the vanDerWaals parameter file: %s\n"
130 <               "Have you tried setting the FORCE_PARAM_PATH environment "
130 >               "Have you tried setting the VDW_PARAM_DIR environment "
131                 "variable?\n",
132                 vdwFileName );
133        exit(-1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines