Changeset 401 in Sophya for trunk/Poubelle/archTOI.old/toiiter.cc


Ignore:
Timestamp:
Sep 2, 1999, 4:19:55 PM (26 years ago)
Author:
ansari
Message:

sst

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toiiter.cc

    r400 r401  
    4848  directory = x.directory;
    4949  files = x.files;
    50   //  curFile = x.curFile; // $CHECK$ DANGER !!
    51   curFile = files.find(*(x.curFile));
     50  if (x.initDone && x.curFile != x.files.end()) curFile = files.find(*(x.curFile));
    5251  isOnBoardRecorder = x.isOnBoardRecorder;
    5352  imes = x.imes;
    5453  tStart = x.tStart;
    5554  tEnd = x.tEnd;
    56   //tBlock0 = x.tBlock0;
    57   //perEch = x.perEch;
    5855  trigMask = x.trigMask;
    5956  infos = x.infos;   
Note: See TracChangeset for help on using the changeset viewer.