Changeset 1517 in Sophya for trunk/SophyaLib/TArray/basarr.cc
- Timestamp:
- Jun 12, 2001, 6:21:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.cc
r1389 r1517 290 290 in this case. 291 291 */ 292 bool BaseArray::CompareSizes(const BaseArray& a, bool& smo) 292 bool BaseArray::CompareSizes(const BaseArray& a, bool& smo) const 293 293 { 294 294 if (ndim_ != a.ndim_) return(false); … … 454 454 //! return various parameters for double loop operations on two arrays. 455 455 void BaseArray::GetOpeParams(const BaseArray& a, bool smo, int_4& ax, int_4& axa, sa_size_t& step, 456 sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa) 456 sa_size_t& stepa, sa_size_t& gpas, sa_size_t& naxa) const 457 457 { 458 458 if (smo) { // Same memory organisation
Note:
See TracChangeset
for help on using the changeset viewer.