|
|
1.1 ! root 1: #include "map.h" ! 2: ! 3: struct coord stdp0; ! 4: ! 5: Xcylequalarea(place, x, y) ! 6: struct place *place; ! 7: float *x, *y; ! 8: { ! 9: *x = - place->wlon.l * stdp0.c; ! 10: *y = place->nlat.s; ! 11: return(1); ! 12: } ! 13: ! 14: int (*cylequalarea(par))() ! 15: float par; ! 16: { ! 17: if(par > 89.0) ! 18: return(0); ! 19: deg2rad(par, &stdp0); ! 20: return(Xcylequalarea); ! 21: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.