Fix from_hdf5 for hex lattice with x orientation. Assorted other fixes.

This commit is contained in:
Paul Romano 2019-06-10 13:13:52 -05:00
parent 25edd8526d
commit e7f3e34088
9 changed files with 50 additions and 42 deletions

View file

@ -267,8 +267,8 @@ public:
private:
enum class Orientation {
y, //!< Flat side perpendicular to y-axis
x //!< Flat side perpendicular to x-axis
y, //!< Flat side of lattice parallel to y-axis
x //!< Flat side of lattice parallel to x-axis
};
//! Fill universes_ vector for 'y' orientation