Changeset 1154 in Sophya for trunk/SigPredictor/abscalctool.cc
- Timestamp:
- Aug 29, 2000, 4:14:25 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SigPredictor/abscalctool.cc
r1149 r1154 59 59 } 60 60 61 /* // Pour compilation sur cxx boeuf! 61 62 double AbsCalcTool::max(double a, double b) const{ 62 63 if(a>b) return a; … … 68 69 else return b; 69 70 } 70 71 */ 71 72 int kmg_eulerRad(double ai, double bi, int select, double *ao, double *bo) { 72 73 // All coordinates are in Radian.
Note:
See TracChangeset
for help on using the changeset viewer.