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

Comparing trunk/SHAPES/shaper.cpp (file contents):
Revision 1312 by chrisfen, Sat Jun 26 15:32:12 2004 UTC vs.
Revision 1313 by chrisfen, Sat Jun 26 15:40:49 2004 UTC

# Line 304 | Line 304 | int main(int argc, char* argv[]){
304    printf("Doing SHAPE calculations and outputting results...\n");
305    //do the transforms and write to the shapes file
306    harmonize->doTransforms(sigmaGrid);
307 <  harmonize->printToShapesFile(shapeFile, 0);
307 >  harmonize->printToShapesFile(shapeFile, 0, tolerance);
308    harmonize->doTransforms(sGrid);
309 <  harmonize->printToShapesFile(shapeFile, 1);
309 >  harmonize->printToShapesFile(shapeFile, 1, tolerance);
310    harmonize->doTransforms(epsGrid);
311 <  harmonize->printToShapesFile(shapeFile, 2);
311 >  harmonize->printToShapesFile(shapeFile, 2, tolerance);
312    
313    //clean everything up
314    harmonize->~SphereHarm();  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines