Show
Ignore:
Timestamp:
12/07/07 06:50:47 (12 months ago)
Author:
rporter
Message:

trunk/source/cddrive.cpp
trunk/source/cdinit.cpp
trunk/source/cloudy.cpp
trunk/source/parse.h
trunk/source/parse_punch.cpp

ClosePunchFiles? now accepts boolean saying whether this is final close, then ignore clobber options. It also checks that any FITS files are the right size and complains if they are not.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/cdinit.cpp

    r1557 r1623  
    254254 
    255255        /* close any open units */ 
    256         ClosePunchFiles(); 
     256        ClosePunchFiles( true ); 
    257257 
    258258        /* this routine must be called upon exit or machine will appear to "hang",