Changeset 1517 in Sophya for trunk/SophyaLib/TArray/basarr.h
- Timestamp:
- Jun 12, 2001, 6:21:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.h
r1389 r1517 62 62 63 63 // Returns true if ndim and sizes are equal 64 virtual bool CompareSizes(const BaseArray& a, bool& smo) ;64 virtual bool CompareSizes(const BaseArray& a, bool& smo) const; 65 65 66 66 // Compacts \b size=1 array dimensions … … 143 143 // Pour recuperer pas et numero d'axe pour operations sur deux arrays 144 144 void GetOpeParams(const BaseArray& a, bool smo, int_4& ax, int_4& axa, sa_size_t& step, 145 sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa) ;145 sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa) const; 146 146 // Impression, I/O, ... 147 147 void Show(ostream& os, bool si=false) const;
Note:
See TracChangeset
for help on using the changeset viewer.