Changeset 1100 in Sophya for trunk/SophyaProg/Tests/arrt.cc


Ignore:
Timestamp:
Jul 26, 2000, 6:31:34 PM (25 years ago)
Author:
ansari
Message:

Amelioration programmes test de tableaux - Reza 26/7/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/arrt.cc

    r857 r1100  
    2121
    2222  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"
    2424         << " a: Simple Array Test  w: a+ PPersist Test (FIO_TArray<T>) \n"
    2525         << " m: Matrix and Vector Test \n"
     
    160160  // sub array extraction, Range(2,4) : starting position=2 , End=4
    161161  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;
    163163  // we set the sub-array to zero, this should reflect in the original array
    164164  // sub-arrays share their data with parent array
Note: See TracChangeset for help on using the changeset viewer.