Changeset 1324 in Sophya for trunk/SophyaLib/TArray


Ignore:
Timestamp:
Nov 13, 2000, 7:05:45 PM (25 years ago)
Author:
ansari
Message:

Correction bug, confusion sa_size_t et int_4, Reza 13/11/2000

File:
1 edited

Legend:

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

    r1314 r1324  
    155155  inline void CheckBound(sa_size_t ix, sa_size_t iy, sa_size_t iz, sa_size_t it, sa_size_t iu, int msg) const ;
    156156  // Changing Sizes/NDim ... return true if OK
    157   bool UpdateSizes(sa_size_t ndim, const sa_size_t * siz, sa_size_t step, sa_size_t offset, string & exmsg);
    158   bool UpdateSizes(sa_size_t ndim, const sa_size_t * siz, const sa_size_t * step, sa_size_t offset, string & exmsg);
     157  bool UpdateSizes(int_4 ndim, const sa_size_t * siz, sa_size_t step, sa_size_t offset, string & exmsg);
     158  bool UpdateSizes(int_4 ndim, const sa_size_t * siz, const sa_size_t * step, sa_size_t offset, string & exmsg);
    159159  bool UpdateSizes(const BaseArray& a, string & exmsg);
    160   static sa_size_t ComputeTotalSize(sa_size_t ndim, const sa_size_t * siz, sa_size_t step, sa_size_t offset) ;
     160  static sa_size_t ComputeTotalSize(int_4 ndim, const sa_size_t * siz, sa_size_t step, sa_size_t offset) ;
    161161  //  Organisation memoire
    162162  static short SelectMemoryMapping(short mm);
Note: See TracChangeset for help on using the changeset viewer.