Changeset 1581 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc


Ignore:
Timestamp:
Jul 19, 2001, 10:20:22 AM (24 years ago)
Author:
ansari
Message:

Uniformisation int_4 -> sa_size_t ds les limites de Print - Reza 19/7/2001

File:
1 edited

Legend:

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

    r1554 r1581  
    1 // $Id: tmatrix.cc,v 1.20 2001-06-27 10:43:56 ansari Exp $
     1// $Id: tmatrix.cc,v 1.21 2001-07-19 08:20:22 ansari Exp $
    22//                         C.Magneville          04/99
    33#include "machdefs.h"
     
    356356 */
    357357template <class T>
    358 void TMatrix<T>::Print(ostream& os, int_4 maxprt, bool si, bool ascd) const
     358void TMatrix<T>::Print(ostream& os, sa_size_t maxprt, bool si, bool ascd) const
    359359{
    360360  if (maxprt < 0)  maxprt = max_nprt_;
Note: See TracChangeset for help on using the changeset viewer.