Changeset 3572 in Sophya for trunk/SophyaPI/PIGcont/pigncont.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIGcont/pigncont.cc
r3342 r3572 132 132 _zmin = 1.e37; 133 133 _zmax = -1.e37; 134 c har *nom[4]={"x","y","z","niso"};134 const char *nom[4]={"x","y","z","niso"}; 135 135 _myiso = new NTuple(4,nom); 136 136 //_myiso->Show(); … … 343 343 _ny = arr->YSize() ; 344 344 //cout << " size x,y "<<_nx<<" , "<<_ny <<endl; 345 c har *nom[4]={"x","y","z","niso"};345 const char *nom[4]={"x","y","z","niso"}; 346 346 347 347 _myiso = new NTuple(4,nom);
Note:
See TracChangeset
for help on using the changeset viewer.