Changeset 2248 in Sophya


Ignore:
Timestamp:
Nov 5, 2002, 1:00:43 AM (23 years ago)
Author:
ansari
Message:

compil SGi-CC , Reza 4/11/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/proxtuple.h

    r2245 r2248  
    5050  //member functions
    5151  void fill(float v,const char*);
    52   inline void fill(double v,const char* c) {return fill((float)v,c);}
    53   inline void fill(int v,const char* c){return fill((float)v,c);}
     52  inline void fill(double v,const char* c) { fill((float)v,c);}
     53  inline void fill(int v,const char* c){ fill((float)v,c);}
    5454  void dump();
    5555 
Note: See TracChangeset for help on using the changeset viewer.