source:
Sophya/trunk/SophyaExt/XAstroPack/mollweide.h@
3534
Last change on this file since 3534 was 1811, checked in by , 24 years ago | |
---|---|
File size: 223 bytes |
Rev | Line | |
---|---|---|
[1811] | 1 | #ifndef MOLLWEIDE_H_SEEN |
2 | #define MOLLWEIDE_H_SEEN | |
3 | double MollWeide_XY(double longitude,double latitude,double* xmoll,double* ymoll); | |
4 | double MollWeide_LL(double xmoll,double ymoll,double* longitude,double* latitude); | |
5 | #endif |
Note:
See TracBrowser
for help on using the repository browser.