Changeset 1170 for trunk/src/Scantable.h


Ignore:
Timestamp:
08/22/06 13:33:18 (18 years ago)
Author:
mar637
Message:

added line name to setRestFrequency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1111 r1170  
    161161        /**
    162162         * the @ref casa::MDirection for a specific row
    163          * @param[in] whichrow the row number 
     163         * @param[in] whichrow the row number
    164164         * return casa::MDirection
    165165         */
     
    176176         * set the direction type as a string, e.g. "J2000"
    177177         * @param[in] the direction type
    178          */     
     178         */
    179179  void setDirectionRefString(const std::string& refstr="");
    180180  /**
     
    187187         * return the direction string
    188188         */
    189  
     189
    190190
    191191  /**
     
    345345    { return moleculeTable_.getRestFrequencies(); }
    346346
    347   void setRestFrequencies(double rf, const std::string& = "Hz");
     347  void setRestFrequencies(double rf, const std::string& name = "",
     348                          const std::string& = "Hz");
    348349  void setRestFrequencies(const std::string& name);
    349350
Note: See TracChangeset for help on using the changeset viewer.