Changeset 878 for trunk/src/STFiller.cpp


Ignore:
Timestamp:
03/06/06 12:23:21 (18 years ago)
Author:
mar637
Message:

SDAttr->STAttr name change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r855 r878  
    2727
    2828#include "STDefs.h"
    29 #include "SDAttr.h"
     29#include "STAttr.h"
    3030
    3131#include "STFiller.h"
     
    133133
    134134  Bool throwIt = False;
    135   Instrument inst = SDAttr::convertInstrument(header_->antennaname, throwIt);
     135  Instrument inst = STAttr::convertInstrument(header_->antennaname, throwIt);
    136136  header_->fluxunit = "Jy";
    137137  if (inst==ATMOPRA || inst==TIDBINBILLA) {
Note: See TracChangeset for help on using the changeset viewer.