Changeset 1468


Ignore:
Timestamp:
01/14/09 15:52:59 (15 years ago)
Author:
Malte Marquarding
Message:

removed debug cout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFITSImageWriter.cpp

    r1444 r1468  
    220220  int status = 0;
    221221  fitsfile *fptr;     
    222   cout << "filename" << endl;
    223222  if( fits_open_file(&fptr, filename.c_str(), READWRITE, &status) )
    224223    throw AipsError("FCoudn't open fits file for CLASS modification");
Note: See TracChangeset for help on using the changeset viewer.