Changeset 3039 in Sophya for trunk/SophyaPI/PIext/nomtmatvecadapter.cc
- Timestamp:
- Jul 19, 2006, 12:24:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomtmatvecadapter.cc
r3033 r3039 106 106 return mtv.Convert(s); 107 107 } 108 else return mMtx->InfoString();108 else return "TMatrix.Att: rank size/nelts nrow/nrows ncol/ncols sum"; 109 109 } 110 110 } … … 141 141 } 142 142 143 cout << "NOMAdapter_TMatrix<T>::PerformOperation(): Error operation/arguments !" << endl; 143 cout << "NOMAdapter_TMatrix<T>::PerformOperation(): Error operation/arguments !" << endl; 144 cout << "...Valid args: row/line r [rowname] , col/column c [rowname]" << endl; 144 145 return 1; 145 146 }
Note:
See TracChangeset
for help on using the changeset viewer.