Prototypes | |
| int | usage (const char *program) |
| int | parseargs (int argc, char *argv[]) |
| int | output (const char *fmt, double c, double m, double r, double k2) |
| int | main (int argc, char *argv[]) |
| int | parseargs (int argc, char **argv) |
Go to the source code of this file.
Variables | |
| LALSimNeutronStarEOS * | global_eos = NULL |
| double | global_mass |
| int usage | ( | const char * | program | ) |
Definition at line 225 of file ns-params.c.
| int parseargs | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int output | ( | const char * | fmt, |
| double | c, | ||
| double | m, | ||
| double | r, | ||
| double | k2 | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 38 of file ns-params.c.
| int parseargs | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 70 of file ns-params.c.
| LALSimNeutronStarEOS* global_eos = NULL |
Definition at line 35 of file ns-params.c.
| double global_mass |
Definition at line 36 of file ns-params.c.