Changeset 3039 in Sophya for trunk/SophyaPI
- Timestamp:
- Jul 19, 2006, 12:24:06 AM (19 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/nomhistadapter.cc
r3033 r3039 573 573 return string(buff); 574 574 } 575 else return NObjMgrAdapter::GetInfoString(opts);575 else return "NTuple.Att: nlines/nentry/nrows nvar/ncols"; 576 576 } 577 577 … … 743 743 return string(buff); 744 744 } 745 else return NObjMgrAdapter::GetInfoString(opts);745 else return "BaseDataTable.Att: nlines/nentry/nrows nvar/ncols"; 746 746 } 747 747 -
trunk/SophyaPI/PIext/nomtarradapter.cc
r3033 r3039 94 94 return mtv.Convert(s); 95 95 } 96 else return mArr->InfoString();96 else return "TArray.Att: rank sizes size/nelts sum"; 97 97 } 98 98 } … … 139 139 140 140 cout << "NOMAdapter_TArray<T>::PerformOperation(): Error operation/arguments !" << endl; 141 cout << "...Valid args: slicexy idxZ [slicename], sliceyz idxX [nm] slicexz idxY [nm]" << endl; 141 142 return 1; 142 143 } -
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.