cloudy  trunk
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 
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_ */
t_dark_matter::lgNFW_Set
bool lgNFW_Set
Definition: dark_matter.h:9
dark
t_dark_matter dark
Definition: dark_matter.cpp:5
t_dark_matter
Definition: dark_matter.h:7
t_dark_matter::r_200
double r_200
Definition: dark_matter.h:10
t_dark_matter::r_s
double r_s
Definition: dark_matter.h:11