#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "globals.h"
#include "proto.h"
#include "helperfunc.h"
#include "DMprofile.h"

Defines | |
| #define | NUMBINS 100 |
| #define | NUMPROFILES 7 |
| #define | RADMAX 5. |
Functions | |
| void | dm_radial_data (double &cv) |
| void | rad_proj_bin () |
Description: contains a routine that fetches projected binned radial data for stars. Which data: check near the declaration of the profile array
| void dm_radial_data | ( | double & | cv | ) |
routine to setup and calculate any DM radial data. Serves as a wrapper for the CDMprofile class functions, I don't know if e.g. a static function of that class could be directly called from fortran. Instantiating C++ objects in fortran seems even harder :p
1.5.8