From 822858dfbbdfee9a290150627618f54da29b2dd0 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 2 Aug 2021 16:39:10 -0500 Subject: [PATCH] Update include/openmc/geometry.h Co-authored-by: Paul Romano --- include/openmc/geometry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/openmc/geometry.h b/include/openmc/geometry.h index 8590e33e1..617921f45 100644 --- a/include/openmc/geometry.h +++ b/include/openmc/geometry.h @@ -44,7 +44,7 @@ bool check_cell_overlap(Particle& p, bool error=true); //! Get the cell instance for a particle at the specified universe level //! //! \param p A particle for which to compute the instance using -//! it's vector of LocalCoord. +//! its coordinates //! \param level The level (zero indexed) of the geometry where the instance should be computed. //! \return The instance of the cell at the specified level. //==============================================================================