Changeset 2467 in Sophya
- Timestamp:
- Nov 27, 2003, 3:52:54 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/scanppf.cc
r2322 r2467 86 86 else { 87 87 cout << " Version= " << s.Version() << " CreationDate= " << s.CreationDateStr() << endl; 88 int nt = s.Nb Tags();88 int nt = s.NbNameTags(); 89 89 cout << " Number of tags in file = " << nt << endl; 90 90 if ( seq || (nt < 1) ) { … … 97 97 for(int i=0; i<nt; i++) { 98 98 cout << ">>> TagNum= " << i << " TagName= " << s.GetTagName(i) << endl; 99 s.Goto TagNum(i);99 s.GotoNameTagNum(i); 100 100 op = s.ReadObject(); 101 101 cout << " Object Type " << typeid(*op).name() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.