cmd.h File Reference

contains all defines, structs and variables necessary for the CMDs More...

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_datacmd_row
float cmd_final [2][(int) MAX_NUM_STARS]
struct isochrone_data iso
double * xvals


Detailed Description

contains all defines, structs and variables necessary for the CMDs

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).


Variable Documentation

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)

cmd_res: contains the interpolated isochrone


Generated on Fri Oct 16 18:59:58 2009 for HYPLOT by  doxygen 1.5.8