File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
const char * fastpp_version = " 1.0" ;
5
5
6
+ const constexpr uint_t grid_id::z;
7
+ const constexpr uint_t grid_id::av;
8
+ const constexpr uint_t grid_id::age;
9
+ const constexpr uint_t grid_id::metal;
10
+ const constexpr uint_t grid_id::custom;
11
+
12
+ const constexpr uint_t prop_id::scale;
13
+ const constexpr uint_t prop_id::spec_scale;
14
+ const constexpr uint_t prop_id::mass;
15
+ const constexpr uint_t prop_id::sfr;
16
+ const constexpr uint_t prop_id::ssfr;
17
+ const constexpr uint_t prop_id::ldust;
18
+ const constexpr uint_t prop_id::lion;
19
+ const constexpr uint_t prop_id::mform;
20
+ const constexpr uint_t prop_id::custom;
21
+
6
22
int phypp_main (int argc, char * argv[]) {
7
23
std::string param_file = (argc >= 2 ? argv[1 ] : " fast.param" );
8
24
You can’t perform that action at this time.
0 commit comments