Update include/openmc/geometry.h

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2021-08-02 16:39:10 -05:00 committed by GitHub
parent 595a00d8d5
commit 822858dfbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
//==============================================================================