Skip to content

Commit

Permalink
Last updates in examples. ChangeLog updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Dias Pinto Vitenti committed Feb 12, 2016
1 parent fa6971f commit ef74456
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ CHANGELOG
----------------------

[Current]
* Last updates in examples.

* Fixed docs and updated ChangeLog.

* Updated and improved PseudoCount related objects. Updated of all examples
finished. Fixed NcmMSet typo. Added accelerated bsearch option for
NcmSpline2d.
Expand Down
2 changes: 1 addition & 1 deletion examples/example_ca.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ main (gint argc, gchar *argv[])
****************************************************************************/
nc_mass_function_set_area_sd (mf, 200.0);
nc_mass_function_set_eval_limits (mf, cosmo, log (1e14), log (1e16), 0.0, 2.0);
nc_mass_function_prepare (mf, cosmo);
nc_mass_function_prepare (mf, reion, cosmo);

for (i = 0; i < np; i++)
{
Expand Down
1 change: 1 addition & 0 deletions examples/example_ca.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@

mf.set_area_sd (200.0)
mf.set_eval_limits (cosmo, log (1e14), log(1e16), 0.0, 2.0)
mf.prepare (reion, cosmo)

dndza = []

Expand Down

0 comments on commit ef74456

Please sign in to comment.