Changeset 2248 in Sophya for trunk/SophyaLib/HiStats
- Timestamp:
- Nov 5, 2002, 1:00:43 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/proxtuple.h
r2245 r2248 50 50 //member functions 51 51 void fill(float v,const char*); 52 inline void fill(double v,const char* c) { returnfill((float)v,c);}53 inline void fill(int v,const char* c){ returnfill((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);} 54 54 void dump(); 55 55
Note:
See TracChangeset
for help on using the changeset viewer.