We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38cae commit 395ab84Copy full SHA for 395ab84
1 file changed
src/geode/geosciences/explicit/representation/core/cross_section.cpp
@@ -213,7 +213,7 @@ namespace geode
213
214
CrossSection CrossSection::clone() const
215
{
216
- CrossSection model_clone{ Section::clone() };
+ CrossSection model_clone;
217
CrossSectionBuilder clone_builder{ model_clone };
218
clone_builder.copy_identifier( *this );
219
auto mappings = detail::section_clone_mapping( *this );
0 commit comments