~georg-zotti/stellarium/gz_planetAxes

« back to all changes in this revision

Viewing changes to src/core/planetsephems/EphemWrapper.cpp

  • Committer: Georg Zotti
  • Date: 2017-01-06 00:15:43 UTC
  • Revision ID: georg.zotti@univie.ac.at-20170106001543-vbpmr4ocoidaunb8
New rotational elements in use. Actual rotation (siderealTime) not properly working yet. A few other codefixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
        GetGust86Coor(jd,GUST86_OBERON,xyz);
427
427
}
428
428
 
 
429
#if 0
429
430
 
430
431
/* GZ: The functions provide non-generic axis rotations from
431
432
 * B.A. Archinal et al.: Report of the IAU Working Group on Cartographic Coordinates and Rotational Elements: 2009
933
934
                + 0.01*sin(9.0*Nrot[7]);
934
935
 
935
936
}
936
 
 
 
937
#endif
937
938