Changeset 2683 in Sophya for trunk/SophyaPI/PIext/nomtarradapter.cc
- Timestamp:
- Apr 21, 2005, 6:05:19 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtarradapter.cc
r2615 r2683 177 177 /* --Methode-- */ 178 178 template <class T> 179 uint_4NTupInt_TArray<T>::NbLines() const179 sa_size_t NTupInt_TArray<T>::NbLines() const 180 180 { 181 181 return( mArr->Size() ); … … 184 184 /* --Methode-- */ 185 185 template <class T> 186 uint_4NTupInt_TArray<T>::NbColumns() const186 sa_size_t NTupInt_TArray<T>::NbColumns() const 187 187 { 188 188 return(11); … … 191 191 /* --Methode-- */ 192 192 template <class T> 193 r_8* NTupInt_TArray<T>::GetLineD( int n) const193 r_8* NTupInt_TArray<T>::GetLineD(sa_size_t n) const 194 194 { 195 195 if ((n < 0) || (n >= (int)(mArr->Size()) ) ) {
Note:
See TracChangeset
for help on using the changeset viewer.