Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
cdplagos committed Jan 18, 2022
2 parents 90478d1 + 8cc5375 commit 7131d77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tree_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,6 @@ void TreeBuilder::define_accretion_rate_from_dm(const std::vector<MergerTreePtr>
for(int snapshot=sim_params.max_snapshot; snapshot >= sim_params.min_snapshot; snapshot--) {
for(auto &halo: tree->halos_at(snapshot)){

const auto &ascendants = halo->ascendants;

auto Mvir_asc = halo->total_mass_ascendants();

// Define accreted baryonic mass.
Expand Down

0 comments on commit 7131d77

Please sign in to comment.