We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61908d0 commit 4efc177Copy full SHA for 4efc177
include/geode/geosciences/explicit/representation/builder/detail/copy.hpp
@@ -90,8 +90,8 @@ namespace geode
90
{
91
const auto& fault_block_id =
92
mapping.in2out( fault_block.id() );
93
- builder_to.add_fault( fault_block_id );
94
- builder_to.set_fault_name(
+ builder_to.add_fault_block( fault_block_id );
+ builder_to.set_fault_block_name(
95
fault_block_id, fault_block.name() );
96
}
97
else
0 commit comments