Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MelchiorSchuh authored and github-actions[bot] committed May 28, 2024
1 parent 9e97f86 commit d724e22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile bindings/python/requirements.in
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.19.2
opengeode-core==14.*,>=14.20.1rc2
# via -r bindings/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ namespace geode

CrossSection::HorizonItemRange::~HorizonItemRange() = default;

auto
CrossSection::HorizonItemRange::begin() const -> const HorizonItemRange&
auto CrossSection::HorizonItemRange::begin() const
-> const HorizonItemRange&
{
return *this;
}
Expand Down Expand Up @@ -149,7 +149,7 @@ namespace geode
const CrossSection& cross_section,
const StratigraphicUnit2D& stratigraphic_unit )
: Relationships::ItemRangeIterator(
cross_section, stratigraphic_unit.id() ),
cross_section, stratigraphic_unit.id() ),
cross_section_( cross_section )
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ namespace geode
const StructuralModel& structural_model,
const FaultBlock3D& fault_block )
: Relationships::ItemRangeIterator(
structural_model, fault_block.id() ),
structural_model, fault_block.id() ),
structural_model_( structural_model )
{
}
Expand Down Expand Up @@ -154,7 +154,7 @@ namespace geode
const StructuralModel& structural_model,
const StratigraphicUnit3D& stratigraphic_unit )
: Relationships::ItemRangeIterator(
structural_model, stratigraphic_unit.id() ),
structural_model, stratigraphic_unit.id() ),
structural_model_( structural_model )
{
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ namespace geode
const Block3D& block,
index_t tetrahedron_id )
: indices_{ block.mesh().polyhedron_vertices(
tetrahedron_id ) },
tetrahedron_id ) },
positive_tetra_{
model.stratigraphic_coordinates( block, indices_[0] )
.stratigraphic_coordinates(),
Expand Down

0 comments on commit d724e22

Please sign in to comment.