Skip to content

Commit 83450c9

Browse files
Merge pull request #150 from Geode-solutions/fix/missing_api_export_su_from_name
fix(stratigraphic_unit_id_from_name): Added missing api export
2 parents 06df9f3 + 6c1f847 commit 83450c9

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • src/geode/geosciences/implicit/representation/core/detail

src/geode/geosciences/implicit/representation/core/detail/helpers.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -464,9 +464,11 @@ namespace geode
464464
template std::optional< uuid >
465465
opengeode_geosciences_implicit_api horizon_id_from_name< 3 >(
466466
const HorizonsStack< 3 >&, absl::string_view );
467-
template std::optional< uuid > stratigraphic_unit_id_from_name< 2 >(
468-
const HorizonsStack< 2 >&, absl::string_view );
469-
template std::optional< uuid > stratigraphic_unit_id_from_name< 3 >(
470-
const HorizonsStack< 3 >&, absl::string_view );
467+
template std::optional< uuid > opengeode_geosciences_implicit_api
468+
stratigraphic_unit_id_from_name< 2 >(
469+
const HorizonsStack< 2 >&, absl::string_view );
470+
template std::optional< uuid > opengeode_geosciences_implicit_api
471+
stratigraphic_unit_id_from_name< 3 >(
472+
const HorizonsStack< 3 >&, absl::string_view );
471473
} // namespace detail
472474
} // namespace geode

0 commit comments

Comments
 (0)