mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Update include/openmc/cell.h
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
ed54e4df19
commit
80dc5af4db
1 changed files with 1 additions and 1 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue