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/Scantable.cpp

    r865 r878  
    5454
    5555#include "Scantable.h"
    56 #include "SDAttr.h"
     56#include "STAttr.h"
    5757
    5858using namespace casa;
     
    377377{
    378378  bool throwIt = true;
    379   Instrument ins = SDAttr::convertInstrument(name, throwIt);
     379  Instrument ins = STAttr::convertInstrument(name, throwIt);
    380380  String nameU(name);
    381381  nameU.upcase();
Note: See TracChangeset for help on using the changeset viewer.