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 1292 by chrisfen, Wed Jun 23 23:19:43 2004 UTC vs.
Revision 1293 by chrisfen, Wed Jun 23 23:47:56 2004 UTC

# Line 297 | Line 297 | int main(int argc, char* argv[]){
297    harmonize->printShapesFileStart(shapeFile, shapeName, rb->getMass(),
298                                    moments);
299    
300 +  printf("Doing SHAPE calculations and outputting results...\n");
301    //do the transforms and write to the shapes file
302    harmonize->doTransforms(sigmaGrid);
303    harmonize->printToShapesFile(shapeFile, 0);
# Line 307 | Line 308 | int main(int argc, char* argv[]){
308    
309    //clean everything up
310    harmonize->~SphereHarm();  
311 +  printf("Thank you for using SHAPES.  Enjoy your potential!\n");
312   }
313  
314   int count_tokens(char *line, char *delimiters) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines