Changeset 1100 in Sophya for trunk/SophyaProg/Tests/arrt.cc
- Timestamp:
- Jul 26, 2000, 6:31:34 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/arrt.cc
r857 r1100 21 21 22 22 if (narg < 2) { 23 cout << " arrt - TArray<T> Test - Usage arrt a/ p/m/z [size=5] [prtlev=1] [nprt=50]\n"23 cout << " arrt - TArray<T> Test - Usage arrt a/w/m/z [size=5] [prtlev=1] [nprt=50]\n" 24 24 << " a: Simple Array Test w: a+ PPersist Test (FIO_TArray<T>) \n" 25 25 << " m: Matrix and Vector Test \n" … … 160 160 // sub array extraction, Range(2,4) : starting position=2 , End=4 161 161 TArray<int_4> ic = ia(Range(2,3),Range(1,3),Range(0)); 162 cout << " ----- Array IC IA(Range(2, 4),Range(1,2)) = \n " << ic << endl;162 cout << " ----- Array IC IA(Range(2,3),Range(1,3)) = \n " << ic << endl; 163 163 // we set the sub-array to zero, this should reflect in the original array 164 164 // sub-arrays share their data with parent array
Note:
See TracChangeset
for help on using the changeset viewer.