diff options
Diffstat (limited to 'mass_profile/calc_distance.h')
-rw-r--r-- | mass_profile/calc_distance.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mass_profile/calc_distance.h b/mass_profile/calc_distance.h new file mode 100644 index 0000000..ba01316 --- /dev/null +++ b/mass_profile/calc_distance.h @@ -0,0 +1,8 @@ +#ifndef CALC_DISTANCE_H +#define CALC_DISTANCE_H +extern double calc_angular_distance(double z); +extern double calc_luminosity_distance(double z); +extern double E(double z); +#endif + +//EOF |