Changeset 3664 in Sophya for trunk/SophyaLib


Ignore:
Timestamp:
Oct 24, 2009, 4:34:48 PM (16 years ago)
Author:
ansari
Message:
Correction ds BaseArray::CompareSizes() - ligne 356-357,
remplace par && , Reza 24/10/2009
File:
1 edited

Legend:

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

    r3572 r3664  
    354354      for(int_4 k=2; k<ndim_; k++)
    355355        if (size_[k] != a.size_[k])  return(false);
    356     if ( (macoli_ == a.macoli_) && (marowi_ == a.marowi_) ||
     356    if ( ((macoli_ == a.macoli_) && (marowi_ == a.marowi_)) &&
    357357         (veceli_ == a.veceli_) )  smo = true;
    358358    return(true);
Note: See TracChangeset for help on using the changeset viewer.