Changeset 397 in Sophya for trunk/Poubelle/archTOI.old/archeopsfile.cc
- Timestamp:
- Sep 1, 1999, 5:35:17 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/archeopsfile.cc
r396 r397 558 558 memcpy(&blockSet->curBlock,&blk2,sizeof(blk2)); 559 559 curKind = block_sst; 560 // cout << "process " << numero_block(&blockSet->curBlock) << "\n"; 560 561 blockSet->sstHandler.ProcessBlock((block_type_sst*)&blockSet->curBlock); 561 562 break; 562 563 } 563 564 case block_sst : { 565 // cout << "process " << numero_block(&blockSet->curBlock) << "\n"; 564 566 blockSet->sstHandler.ProcessBlock((block_type_sst*)&blockSet->curBlock); 565 567 }
Note:
See TracChangeset
for help on using the changeset viewer.