Changeset 16975
- Timestamp:
- 07/21/13 18:03:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/makedata.cc
r16969 r16975 103 103 for (double h=0; h<1; h+=1./(24*12)) 104 104 { 105 const EquPosn moon = GetLunarEquCoords(jd+h );105 const EquPosn moon = GetLunarEquCoords(jd+h, 0.01); 106 106 const double disk = GetLunarDisk(jd+h); 107 107
Note:
See TracChangeset
for help on using the changeset viewer.