Changeset 902 in Sophya for trunk/SophyaLib/SkyT


Ignore:
Timestamp:
Apr 13, 2000, 10:20:00 AM (25 years ago)
Author:
ansari
Message:

Sophie: add the set functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/nupower.h

    r901 r902  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: nupower.h,v 1.6 2000-04-13 08:17:03 ansari Exp $
     4//      $Id: nupower.h,v 1.7 2000-04-13 08:20:00 ansari Exp $
    55//
    66// Description:
     
    3131  // Redefintion of the Print function
    3232  virtual void      Print(ostream& os)  const;
    33  
     33
    3434  virtual inline double giveNorm() const {return _a;};
    3535  virtual inline double giveNu0() const {return _nu0;};
    3636  virtual inline double giveDNu() const {return _dnu;};
    3737  virtual inline double giveExp() const {return _b;};
     38 
     39  virtual inline void setNorm(double a) {_a=a;};
     40  virtual inline void setNu0(double nu0) {_nu0=nu0;};
     41  virtual inline void setDNu(double dnu) {_dnu=dnu;};
     42  virtual inline void setExp(double b) {_b=b;};
     43 
    3844 
    3945
Note: See TracChangeset for help on using the changeset viewer.