Changeset 1581 in Sophya for trunk/SophyaLib/TArray/tmatrix.cc
- Timestamp:
- Jul 19, 2001, 10:20:22 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/tmatrix.cc
r1554 r1581 1 // $Id: tmatrix.cc,v 1.2 0 2001-06-27 10:43:56ansari Exp $1 // $Id: tmatrix.cc,v 1.21 2001-07-19 08:20:22 ansari Exp $ 2 2 // C.Magneville 04/99 3 3 #include "machdefs.h" … … 356 356 */ 357 357 template <class T> 358 void TMatrix<T>::Print(ostream& os, int_4maxprt, bool si, bool ascd) const358 void TMatrix<T>::Print(ostream& os, sa_size_t maxprt, bool si, bool ascd) const 359 359 { 360 360 if (maxprt < 0) maxprt = max_nprt_;
Note:
See TracChangeset
for help on using the changeset viewer.