Update include/openmc/cell.h

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2021-08-23 14:45:08 -05:00 committed by GitHub
parent ed54e4df19
commit 80dc5af4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ public:
//! \brief Index corresponding to this cell in distribcell arrays
int distribcell_index_ {C_NONE};
//! \brief Material(s) within this cel
//! \brief Material(s) within this cell.
//!
//! May be multiple materials for distribcell.
vector<int32_t> material_;