Changeset 4038 in Sophya for trunk/SophyaProg


Ignore:
Timestamp:
Nov 14, 2011, 5:44:41 PM (14 years ago)
Author:
ansari
Message:

petit changement ds prog test array, suite modif/correction TArray, constructeur de copie a partir de BaseArray, Reza 14/11/2011

File:
1 edited

Legend:

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

    r2615 r4038  
    118118  else cout << "(2) OK  mx<int>(5,3)=rb<r_4>(5,3)  OK " << endl;
    119119
    120   TArray<r_4> rcv(10);
     120  TArray<r_4> rcv(10,1);
    121121  rcv = 3.1415;
    122122  TMatrix<r_8> mx2(rcv);
Note: See TracChangeset for help on using the changeset viewer.