Changeset 2467 in Sophya


Ignore:
Timestamp:
Nov 27, 2003, 3:52:54 PM (22 years ago)
Author:
ansari
Message:

Adaptation au changement interface PInPersist - Reza 27/11/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/scanppf.cc

    r2322 r2467  
    8686  else {
    8787    cout << " Version= " << s.Version() << " CreationDate= " << s.CreationDateStr() << endl;
    88     int nt = s.NbTags();
     88    int nt = s.NbNameTags();
    8989    cout << " Number of tags in file = " << nt << endl;
    9090    if ( seq || (nt < 1) ) {
     
    9797    for(int i=0; i<nt; i++) {
    9898      cout << ">>> TagNum= " << i << " TagName= " << s.GetTagName(i) << endl;
    99       s.GotoTagNum(i);
     99      s.GotoNameTagNum(i);
    100100      op = s.ReadObject();
    101101      cout << " Object Type " << typeid(*op).name() << endl;
Note: See TracChangeset for help on using the changeset viewer.