- Timestamp:
- Jan 12, 2009, 10:22:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20081104/psModules/src/imcombine/pmSubtractionEquation.c
r20530 r21115 13 13 14 14 #include "pmSubtractionEquation.h" 15 15 #include "pmSubtractionVisual.h" 16 16 17 17 //#define TESTING … … 692 692 return false; 693 693 } 694 694 pmSubtractionVisualPlotLeastSquares(stamps); 695 695 return true; 696 696 } … … 994 994 } 995 995 } 996 996 pmSubtractionVisualPlotLeastSquares((pmSubtractionStampList *) stamps); //casting away const 997 997 return true; 998 998 }
Note:
See TracChangeset
for help on using the changeset viewer.
