Prototypes | |
| int | usage (const char *program) |
| int | parseargs (int argc, char **argv) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
Macros | |
| #define | theta_invalid -100.0 /* invalid */ |
| #define | a_invalid -100.0 /* invalid */ |
| #define | l_invalid (INT_MIN + 1) /* invalid */ |
| #define | m_invalid (INT_MAX) /* invalid */ |
| #define | s_invalid (INT_MAX) /* invalid */ |
Variables | |
| double | theta = theta_invalid |
| double | a = a_invalid |
| int | l = l_invalid |
| int | m = m_invalid |
| int | s = s_invalid |
| int | spherical = 0 |
| int | plotfmt = 0 |
| #define theta_invalid -100.0 /* invalid */ |
Definition at line 113 of file bh_sphwf.c.
| #define a_invalid -100.0 /* invalid */ |
Definition at line 114 of file bh_sphwf.c.
| #define l_invalid (INT_MIN + 1) /* invalid */ |
Definition at line 115 of file bh_sphwf.c.
| #define m_invalid (INT_MAX) /* invalid */ |
Definition at line 116 of file bh_sphwf.c.
| #define s_invalid (INT_MAX) /* invalid */ |
Definition at line 117 of file bh_sphwf.c.
| int usage | ( | const char * | program | ) |
Definition at line 233 of file bh_sphwf.c.
| int parseargs | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 149 of file bh_sphwf.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 129 of file bh_sphwf.c.
| double theta = theta_invalid |
Definition at line 118 of file bh_sphwf.c.
| double a = a_invalid |
Definition at line 119 of file bh_sphwf.c.
| int l = l_invalid |
Definition at line 120 of file bh_sphwf.c.
| int m = m_invalid |
Definition at line 121 of file bh_sphwf.c.
| int s = s_invalid |
Definition at line 122 of file bh_sphwf.c.
| int spherical = 0 |
Definition at line 123 of file bh_sphwf.c.
| int plotfmt = 0 |
Definition at line 124 of file bh_sphwf.c.