Ignore:
Timestamp:
Aug 21, 2005, 12:02:40 PM (20 years ago)
Author:
cmv
Message:

Update de Xephem 3.7 cmv 21/08/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/plmoon.c

    r2643 r2818  
    2323static void init1BI (int idx, int pl, int moon, char *name);
    2424static void initPlobj(void);
    25 static void initDir(void);
    2625static void rotate (double a, double *x, double *y);
    2726
     
    111110
    112111        /* init plobj[] */
    113         if (!((Obj *)&plobj[0])->o_type) {
     112        if (!((Obj *)&plobj[0])->o_type)
    114113            initPlobj();
    115             initDir();
    116         }
    117114
    118115        /* get sun @ np */
     
    226223            ((Obj*)&plobj[i])->pl_code = i;
    227224        }
    228 }
    229 
    230 /* install a default if no moondir set yet */
    231 static void
    232 initDir()
    233 {
    234         if (!moondir)
    235             moondir = ".";
    236225}
    237226
Note: See TracChangeset for help on using the changeset viewer.