Apply suggestions from code review

Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
John Tramm 2020-01-15 17:02:37 -06:00 committed by GitHub
parent c60a7e569f
commit 5066bfa42d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 13 deletions

View file

@ -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