Changeset 850 in Sophya for trunk/SophyaLib/TArray/basarr.cc
- Timestamp:
- Apr 10, 2000, 2:57:45 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.cc
r813 r850 308 308 void BaseArray::Show(ostream& os, bool si) const 309 309 { 310 if (ndim_ < 1) { 311 os << "\n--- " << BaseArray::InfoString() << " Unallocated Array ! " << endl; 312 return; 313 } 310 314 os << "\n--- " << InfoString() ; 311 315 os << " ND=" << ndim_ << " SizeX*Y*...= " ;
Note:
See TracChangeset
for help on using the changeset viewer.