Changeset 3572 in Sophya for trunk/SophyaLib/HiStats/proxtuple.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/proxtuple.cc
r2615 r3572 41 41 if (_tuple==0) { 42 42 char** names=new char* [N]; 43 for (int i=0;i<N;i++) names[i]=const_cast<char *>(_name[i].c_str());43 for (int i=0;i<N;i++) names[i]=const_cast<char *>(_name[i].c_str()); 44 44 _tuple=new NTuple(N,names); 45 45 delete[] names; … … 52 52 _val.clear(); 53 53 54 55 54 }
Note:
See TracChangeset
for help on using the changeset viewer.