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

« back to all changes in this revision

Viewing changes to kstars/skyobjects/kscomet.cpp

  • 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:
52
52
}
53
53
 
54
54
KSComet::KSComet( const QString &_s, const QString &imfile,
55
 
                  long double _JD, double _q, double _e, dms _i, dms _w, dms _Node, double Tp, float _M1, float _M2, float _K1, float _K2)
 
55
                  long double _JD, double _q, double _e, dms _i, dms _w, dms _Node, double Tp, float _M1,
 
56
                  float _M2, float _K1, float _K2)
56
57
    : KSPlanetBase(_s, imfile),
57
58
      JD(_JD), q(_q), e(_e), M1(_M1), M2(_M2), K1(_K1), K2(_K2),  i(_i), w(_w), N(_Node)
58
59
{