# | 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) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |