Changeset 820 in Sophya


Ignore:
Timestamp:
Apr 6, 2000, 10:42:58 AM (25 years ago)
Author:
ansari
Message:

Modif test TArray<T> - Reza 06/04/2000

File:
1 edited

Legend:

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

    r812 r820  
    8888  cout << " ----- Vector  vcol=ima.Column(7) = \n" << vcol << endl;
    8989  cout << " ----- Matrix  ima.Row(0) = \n" << ima.Row(0) << endl;
    90   TVector<int_4> vlig = ima.Row(1);
     90  TVector<int_4> vlig;
     91  vlig = ima.Row(1);
    9192  cout << " ----- Vector  vlig=ima.Row(1) = \n" << vlig << endl;
    9293
Note: See TracChangeset for help on using the changeset viewer.