- Timestamp:
- 01/14/09 15:52:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFITSImageWriter.cpp
r1444 r1468 220 220 int status = 0; 221 221 fitsfile *fptr; 222 cout << "filename" << endl;223 222 if( fits_open_file(&fptr, filename.c_str(), READWRITE, &status) ) 224 223 throw AipsError("FCoudn't open fits file for CLASS modification");
Note:
See TracChangeset
for help on using the changeset viewer.