Changeset 821 in Sophya for trunk/SophyaLib/BaseTools/ppersist.cc


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

Correction commentaires - Reza 06/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/ppersist.cc

    r816 r821  
    16861686    if (findObjectId(x,pos) > 0) 
    16871687      throw PError("POutPersist::assignObjectId() Error - Already serialized object ! ");
    1688     id += 1;  // Object Id starting at zero
     1688    id += 1;  // Bit 1 non zero -> Object can be referenced
    16891689    objreftag rt;
    16901690    rt.ppsoid = id;
Note: See TracChangeset for help on using the changeset viewer.