mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Fix from_hdf5 for hex lattice with x orientation. Assorted other fixes.
This commit is contained in:
parent
25edd8526d
commit
e7f3e34088
9 changed files with 50 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue