Changeset 2975 in Sophya for trunk/SophyaPI/PIext/nommatvecadapter.cc
- Timestamp:
- Jun 20, 2006, 6:04:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nommatvecadapter.cc
r2683 r2975 61 61 62 62 /* --Methode-- */ 63 void NOMAdapter_Vector::Print(ostream& os )63 void NOMAdapter_Vector::Print(ostream& os, int) 64 64 { 65 65 os << (*mVec); … … 223 223 224 224 /* --Methode-- */ 225 void NOMAdapter_Matrix::Print(ostream& os )225 void NOMAdapter_Matrix::Print(ostream& os, int) 226 226 { 227 227 os << (*mMtx);
Note:
See TracChangeset
for help on using the changeset viewer.