Changeset 302 in Sophya for trunk/SophyaLib/NTools/tmatrix.h


Ignore:
Timestamp:
May 18, 1999, 2:58:26 PM (26 years ago)
Author:
ansari
Message:

cmv 18/5/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/tmatrix.h

    r301 r302  
    3939
    4040  // Informations pointeur/data
    41   inline int NRows() const {return mNr;}
    42   inline int NCols() const {return mNc;}
     41  inline uint_4 NRows() const {return mNr;}
     42  inline uint_4 NCols() const {return mNc;}
    4343  inline T const& operator()(uint_4 r,uint_4 c) const
    4444                            {return *(mNDBlock.Begin()+r*mNc+c);}
Note: See TracChangeset for help on using the changeset viewer.