Changeset 901 for trunk/src/Scantable.h


Ignore:
Timestamp:
03/10/06 13:29:22 (18 years ago)
Author:
mar637
Message:

SDContainer -> STHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r896 r901  
    3131
    3232#include "Logger.h"
    33 #include "SDContainer.h"
     33#include "STHeader.h"
    3434#include "STFrequencies.h"
    3535#include "STWeather.h"
     
    115115  /**
    116116   * set the header
    117    * @param[in] sdh an SDHeader object
    118    */
    119   void setHeader( const SDHeader& sdh );
     117   * @param[in] sdh an STHeader object
     118   */
     119  void setHeader( const STHeader& sth );
    120120
    121121  /**
    122122   * get the header information
    123    * @return an SDHeader object
    124    */
    125   SDHeader getHeader( ) const;
     123   * @return an STHeader object
     124   */
     125  STHeader getHeader( ) const;
    126126  /**
    127127   * Checks if the "other" Scantable is conformant with this,
Note: See TracChangeset for help on using the changeset viewer.