Go to the source code of this file.
Classes | |
| struct | cmd_file_data |
| struct | cmd_res_data |
| struct | isochrone_data |
Defines | |
| #define | XSTEPS 500 |
| #define | YSTEPS 500 |
| #define | NUMFAC 1 |
| #define | MAX_NUM_STARS 5e5 |
Variables | |
| struct cmd_file_data ** | cmd_file |
| struct cmd_res_data | cmd_res |
| struct cmd_res_data * | cmd_row |
| float | cmd_final [2][(int) MAX_NUM_STARS] |
| struct isochrone_data | iso |
| double * | xvals |
Declaration of all the necessary variables and structs is containted in this file. The actual instantiation is done in globals.c (all variables, ... are declared "extern" here).
| float cmd_final[2][(int) MAX_NUM_STARS] |
the [2] before the stars instead of after is intentional: we get two enormous rows then, these can be directly input into pgplot (pgplot: fortran routines)
| struct cmd_res_data cmd_res |
cmd_res: contains the interpolated isochrone
1.5.8