Changeset 1154 in Sophya for trunk/SigPredictor/abscalctool.cc


Ignore:
Timestamp:
Aug 29, 2000, 4:14:25 PM (25 years ago)
Author:
ansari
Message:

portage Cxx
D.Y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SigPredictor/abscalctool.cc

    r1149 r1154  
    5959}
    6060
     61/*      // Pour compilation sur cxx boeuf!
    6162double AbsCalcTool::max(double a, double b) const{
    6263  if(a>b) return a;
     
    6869  else return b;
    6970}
    70 
     71*/
    7172int kmg_eulerRad(double ai, double bi, int select, double *ao, double *bo) {
    7273  // All coordinates are in Radian.
Note: See TracChangeset for help on using the changeset viewer.