mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix build warnings
This commit is contained in:
parent
2ab24d85cd
commit
86c33fa7cb
5 changed files with 19 additions and 7 deletions
|
|
@ -152,8 +152,7 @@ public:
|
|||
int indx_; //!< An index to a Lattice universes or offsets array.
|
||||
|
||||
LatticeIter(Lattice &lat, int indx)
|
||||
: lat_(lat),
|
||||
indx_(indx)
|
||||
: indx_(indx), lat_(lat)
|
||||
{}
|
||||
|
||||
bool operator==(const LatticeIter &rhs) {return (indx_ == rhs.indx_);}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue