Changeset 2694 in Sophya


Ignore:
Timestamp:
Apr 26, 2005, 2:07:04 PM (20 years ago)
Author:
ansari
Message:

ajout test operateur = pour SegDataBlock ds tstsegdb.cc - Reza 26/4/2005

File:
1 edited

Legend:

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

    r2659 r2694  
    4444    sgds[8] = "BbbBBbb";
    4545    sgds.Print(cout, 4, " ; ");
    46  
     46    cout << "1.b/ Appel operateur copie : sgsdscp = sgds " << endl;
     47    SegDataBlock<string> sgdscp;
     48    sgdscp = sgds;
    4749    {
    4850      cout << "2/ Ecriture segi sgds et ssegi dans segdb.ppf " << endl;
Note: See TracChangeset for help on using the changeset viewer.