Skip to content

Commit

Permalink
Added missing ncm_cfg_register_obj call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Dias Pinto Vitenti committed Sep 10, 2021
1 parent a82c949 commit 1c260a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numcosmo/math/ncm_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ ncm_cfg_init_full_ptr (gint *argc, gchar ***argv)
ncm_cfg_register_obj (NC_TYPE_MULTIPLICITY_FUNC_TINKER);
ncm_cfg_register_obj (NC_TYPE_MULTIPLICITY_FUNC_TINKER_MEAN_NORMALIZED);
ncm_cfg_register_obj (NC_TYPE_MULTIPLICITY_FUNC_CROCCE);
ncm_cfg_register_obj (NC_TYPE_MULTIPLICITY_FUNC_BOCQUET);

ncm_cfg_register_obj (NC_TYPE_HALO_MASS_FUNCTION);

Expand Down

0 comments on commit 1c260a7

Please sign in to comment.