Skip to content

Commit

Permalink
Fix link error on 🪟 s
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Nov 17, 2022
1 parent 0042fec commit 38a887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gz/sim/Util.hh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ namespace gz
/// \param[in] _ecm Entity Component Manager
/// \param[in] _worldPosition world position
/// \param[in] _gridField Gridfield you are interested in.
std::optional<math::Vector3d> getGridFieldCoordinates(
std::optional<math::Vector3d> GZ_SIM_VISIBLE getGridFieldCoordinates(
const EntityComponentManager &_ecm,
const math::Vector3d& _worldPosition,
const std::shared_ptr<components::EnvironmentalData>& _gridField);
Expand Down

0 comments on commit 38a887a

Please sign in to comment.