Skip to content

Commit

Permalink
Apply prepare changes
Browse files Browse the repository at this point in the history
  • Loading branch information
panquez authored and BotellaA committed Sep 20, 2024
1 parent 19a6faa commit 371580f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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==15.*,>=15.4.1
opengeode-core==15.*,>=15.4.3rc1
# via -r bindings/python/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ namespace geode
std::optional< double > ImplicitCrossSection::horizon_implicit_value(
const Horizon2D& horizon ) const
{
return horizon_implicit_value( horizon );
return impl_->horizon_implicit_value( horizon );
}

bool ImplicitCrossSection::implicit_value_is_above_horizon(
Expand Down

0 comments on commit 371580f

Please sign in to comment.