Remove special treatment of mu for fission

This commit is contained in:
Paul Romano 2020-11-13 13:28:32 -06:00
parent 4399645859
commit 7ef73f048d
4 changed files with 8 additions and 39 deletions

View file

@ -35,11 +35,9 @@ public:
// Accessors
AngleDistribution& angle() { return angle_; }
bool& fission() { return fission_; }
private:
AngleDistribution angle_; //!< Angle distribution
std::unique_ptr<EnergyDistribution> energy_; //!< Energy distribution
bool fission_ {false}; //!< Whether distribution is use for fission
};
} // namespace openmc