Ignore:
Timestamp:
Apr 27, 2000, 6:12:10 PM (25 years ago)
Author:
ansari
Message:

mise a jour 27/04/00 GLM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitstarray.cc

    r923 r972  
    4646
    4747template <class T>
    48 void FITS_TArray<T>::Write(char outputfile[])
     48void FITS_TArray<T>::Write(char outputfile[], bool OldFile)
    4949{
    50   WriteF(outputfile);
     50  WriteF(outputfile, OldFile);
    5151}
    5252
     
    6060
    6161template <class T>
    62 void FITS_TArray<T>::ReadFromFits(const FitsFile& fn)
     62void FITS_TArray<T>::ReadFromFits(FitsFile& fn)
    6363{
    6464
     
    9191
    9292  template <class T>
    93 void FITS_TArray<T>::WriteToFits(const FitsFile& fn) 
     93void FITS_TArray<T>::WriteToFits(FitsFile& fn) 
    9494{
    9595  if(dobj_ == NULL) return;
Note: See TracChangeset for help on using the changeset viewer.