mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Apply suggestions from code review
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
c60a7e569f
commit
5066bfa42d
4 changed files with 10 additions and 13 deletions
|
|
@ -171,7 +171,7 @@ public:
|
|||
int delayed_group;
|
||||
Type particle;
|
||||
int64_t parent_id;
|
||||
bool operator < (const Bank & bank) const{ return (parent_id < bank.parent_id); }
|
||||
bool operator<(const Bank& bank) const { return (parent_id < bank.parent_id); }
|
||||
};
|
||||
|
||||
//! Saved ("banked") state of a particle, for nu-fission tallying
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue