Skip to content

Commit 4efc177

Browse files
committed
fix(copy_fault_blocks): Bug in copy/paste.
1 parent 61908d0 commit 4efc177

File tree

1 file changed

+2
-2
lines changed
  • include/geode/geosciences/explicit/representation/builder/detail

1 file changed

+2
-2
lines changed

include/geode/geosciences/explicit/representation/builder/detail/copy.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ namespace geode
9090
{
9191
const auto& fault_block_id =
9292
mapping.in2out( fault_block.id() );
93-
builder_to.add_fault( fault_block_id );
94-
builder_to.set_fault_name(
93+
builder_to.add_fault_block( fault_block_id );
94+
builder_to.set_fault_block_name(
9595
fault_block_id, fault_block.name() );
9696
}
9797
else

0 commit comments

Comments
 (0)