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 Jul 5, 2024
1 parent d0a1afa commit c0f086e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bindings/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# pip-compile --pre bindings/python/requirements.in
#
opengeode-core==14.*,>=14.25.1
opengeode-core==14.*,>=14.25.2rc2
# via -r bindings/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace geode
StratigraphicPoint(
const Point< dimension >& stratigraphic_coordinates )
: implicit_value_{ stratigraphic_coordinates.value(
dimension - 1 ) }
dimension - 1 ) }
{
for( const auto d : LRange{ location_dim } )
{
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 c0f086e

Please sign in to comment.