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 1279 by chrisfen, Fri Jun 18 19:01:40 2004 UTC vs.
Revision 1281 by chrisfen, Mon Jun 21 13:38:55 2004 UTC

# Line 89 | Line 89 | int main(int argc, char* argv[]){
89      exit(1);
90    }
91  
92 <  //the bandwidth has a default value (default=8), so it is always given
92 >  //the bandwidth has a default value (default=16), so it is always given
93    bandwidth = args_info.bandwidth_arg;
94    
95    if (args_info.charmm_given) {
# Line 241 | Line 241 | int main(int argc, char* argv[]){
241    for( j = theAtoms.begin(); j !=  theAtoms.end(); ++j){
242      rb->addAtom(*j);
243    }
244 <  
244 >
245    rb->calcRefCoords();
246    
247    gb = new GridBuilder(rb, bandwidth);
248  
249 +  cout << "Doing GridBuilder calculations...\n";
250    gb->launchProbe(FF, sigmaGrid, sGrid, epsGrid);
251 <
252 <  
251 >  
252 >  //write out the grid files
253 >  gb->printGridFiles();
254   }
255  
256   int count_tokens(char *line, char *delimiters) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines