File tree Expand file tree Collapse file tree
src/geode/geosciences/implicit/representation/core/detail Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments