Changeset 850 in Sophya for trunk/SophyaLib/TArray/basarr.cc


Ignore:
Timestamp:
Apr 10, 2000, 2:57:45 PM (25 years ago)
Author:
ansari
Message:

Corrections divers + RansomSequence - Reza 10/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/TArray/basarr.cc

    r813 r850  
    308308void BaseArray::Show(ostream& os, bool si) const
    309309{
     310  if (ndim_ < 1) {
     311    os << "\n--- " << BaseArray::InfoString() << " Unallocated Array ! " << endl;
     312    return;
     313  }
    310314  os << "\n--- " << InfoString() ;
    311315  os << " ND=" << ndim_ << " SizeX*Y*...= " ;
Note: See TracChangeset for help on using the changeset viewer.