~ubuntu-branches/ubuntu/precise/kstars/precise-proposed

« back to all changes in this revision

Viewing changes to kstars/ksnumbers.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-16 13:14:42 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111216131442-dfrjlt6pests9qu1
Tags: 4:4.7.90-0ubuntu1
New upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        */
113
113
    void updateValues( long double jd );
114
114
 
 
115
    /**
 
116
     *@return the JD for which these values hold (i.e. the last updated JD)
 
117
     */
 
118
    inline long double getJD() const { return days; }
 
119
 
115
120
    double vEarth(int i) const {return vearth[i];}
116
121
 
117
122
private:
122
127
    double P1[3][3], P2[3][3], P1B[3][3], P2B[3][3];
123
128
    double deltaObliquity, deltaEcLong;
124
129
    double e, T, TB;
125
 
    long double days;
 
130
    long double days; // JD for which the last update was called
126
131
    double jm;
127
132
    static const int arguments[NUTTERMS][5];
128
133
    static const int amp[NUTTERMS][4];