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 1274 by gezelter, Tue Jun 15 20:29:26 2004 UTC vs.
Revision 1275 by chrisfen, Tue Jun 15 22:36:23 2004 UTC

# Line 69 | Line 69 | int main(int argc, char* argv[]){
69    int lineNum;
70    int nTokens;
71    int FF;
72 +  int bandwidth;
73    short int gotMatch;
74  
75    //parse the command line options
# Line 83 | Line 84 | int main(int argc, char* argv[]){
84      exit(1);
85    }
86  
87 +  //the bandwidth has a default value (default=8), so it is always given
88 +  bandwidth = args_info.bandwidth_arg;
89 +  
90    if (args_info.charmm_given) {
91      FF=CHARMM;
92      strcpy(vdwFileName, "charmm27.vdw");
# Line 234 | Line 238 | int main(int argc, char* argv[]){
238    }
239    
240    //GridBuilder gb = new GridBuilder(rb);
241 +
242    //gb->launchProbe(FF, sigmaGrid, sGrid, epsGrid);
243 +
244    
245   }
246  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines