ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/src/SimEvent.cpp
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/src/SimEvent.cpp (file contents):
Revision 1.12 by querten, Thu May 1 06:52:20 2008 UTC vs.
Revision 1.14 by querten, Sun Jun 8 06:42:32 2008 UTC

# Line 316 | Line 316 | void MySimEvent::SaveEvent(stChunkToSave
316                                  ParentChunk->daughters.push_back(CurrentChunk);
317  
318                                  if(((MyRecoTrack*)ParentChunk->buffer)->Info!=NULL){
319                                        printf("X\n");
319                                          CurrentChunk       = new stChunkToSave;
320                                          CurrentChunk->type = C_RECO_TRACKINFO;
321                                          CurrentChunk->size = 6 + sizeof(MyRecoTrackInfo);
# Line 421 | Line 420 | void MySimEvents::Load(const char* path)
420          FILE* f = fopen(path,"rb" );    
421          if(f==NULL){
422                  printf("The file %s can not be open !\n",path);
423 <                return;
423 >                exit(0);
424          }
425  
426          stChunk* PrimaryChunk = new stChunk;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines