Skip to content

Commit

Permalink
change to copy_component who used the horizon mapping for stratigraph…
Browse files Browse the repository at this point in the history
…ic_units
  • Loading branch information
BenPinet committed Jan 12, 2024
1 parent 360ff4d commit 220f5c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ namespace geode
detail::copy_horizons( horizons_stack, *this,
mappings[Horizon< dimension >::component_type_static()] );
detail::copy_stratigraphic_units( horizons_stack, *this,
mappings[Horizon< dimension >::component_type_static()] );
mappings[StratigraphicUnit< dimension >::component_type_static()] );
return mappings;
}

Expand Down

0 comments on commit 220f5c8

Please sign in to comment.