Skip to content

Commit fc58015

Browse files
committed
Added log_bc_age_max to grid hash
1 parent 4edc749 commit fc58015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/fast++-gridder.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ gridder_t::gridder_t(const options_t& opt, const input_state_t& inp, output_stat
275275

276276
std::string grid_hash = hash(output.grid[_-(grid_id::custom-1)], output.param_names,
277277
input.lambda, opts.dust_noll_eb, opts.dust_noll_delta, opts.sfr_avg, opts.lambda_ion,
278-
opts.cosmo.H0, opts.cosmo.wm, opts.cosmo.wL, opts.apply_vdisp, opts.no_igm);
278+
opts.cosmo.H0, opts.cosmo.wm, opts.cosmo.wL, opts.apply_vdisp, opts.no_igm,
279+
opts.log_bc_age_max);
279280

280281
// Additional grid parameter
281282
switch (opts.sfh) {

0 commit comments

Comments
 (0)