cloudy
trunk
Loading...
Searching...
No Matches
source
dark_matter.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2
* others. For conditions of distribution and use see copyright notice in license.txt */
3
4
#ifndef DARK_MATTER_H_
5
#define DARK_MATTER_H_
6
7
struct
t_dark_matter
8
{
9
bool
lgNFW_Set
;
10
double
r_200
;
11
double
r_s
;
12
13
};
14
extern
t_dark_matter
dark
;
15
16
17
#endif
/* DARK_MATTER_H_ */
dark
t_dark_matter dark
Definition
dark_matter.cpp:5
t_dark_matter
Definition
dark_matter.h:8
t_dark_matter::lgNFW_Set
bool lgNFW_Set
Definition
dark_matter.h:9
t_dark_matter::r_s
double r_s
Definition
dark_matter.h:11
t_dark_matter::r_200
double r_200
Definition
dark_matter.h:10
Generated by
1.14.0