Changeset 16975


Ignore:
Timestamp:
07/21/13 18:03:44 (11 years ago)
Author:
tbretz
Message:
Forgot to use the reduced precision for the moon position (calculation time)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/makedata.cc

    r16969 r16975  
    103103    for (double h=0; h<1; h+=1./(24*12))
    104104    {
    105         const EquPosn moon = GetLunarEquCoords(jd+h);
     105        const EquPosn moon = GetLunarEquCoords(jd+h, 0.01);
    106106        const double  disk = GetLunarDisk(jd+h);
    107107
Note: See TracChangeset for help on using the changeset viewer.