SVN revision: 1353
This commit is contained in:
Tom Gilbert 1999-11-20 19:52:34 +00:00
parent e66bb2dc9d
commit e37a5b5f7b
2 changed files with 11 additions and 1 deletions

View File

@ -709,3 +709,12 @@ Sat Nov 20 16:30:02 EST 1999
Adding E-MoonClock by mazeone.
-------------------------------------------------------------------------------
Sat Nov 20 21:56:32 GMT 1999
(gilbertt)
Fixed some warnings in Moon.c, changed <epplet.h> to "epplet.h" in
E-MoonClock.c, fixed problem with blank_epplet in my cloak stuff.
Can't remember what else.

View File

@ -79,7 +79,8 @@ double DL0, DL, DD, DGAM, DLS, DF;
double L0, L, LS, F, D;
double ARG=0.0;
double FAC=0.0;
int MAX, i, j;
int MAX=0;
int i, j;
double S;