Skip to content

Commit 395ab84

Browse files
committed
fix(CrossSection): apply copy component only once
1 parent 4c38cae commit 395ab84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geode/geosciences/explicit/representation/core/cross_section.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ namespace geode
213213

214214
CrossSection CrossSection::clone() const
215215
{
216-
CrossSection model_clone{ Section::clone() };
216+
CrossSection model_clone;
217217
CrossSectionBuilder clone_builder{ model_clone };
218218
clone_builder.copy_identifier( *this );
219219
auto mappings = detail::section_clone_mapping( *this );

0 commit comments

Comments
 (0)