mint::Mesh
unnecessarily requires coordinate arrays to be 2D (Nx1) arrays
#1450
Labels
mint::Mesh
unnecessarily requires coordinate arrays to be 2D (Nx1) arrays
#1450
There may be a real reason for the requirement, but it is in excess of the Blueprint mesh convention. The requirement may be related to storing the 1D arrays in
MCArray
, which is deprecated. Maybe we should store them asaxom::Array
and remove the 2D requirement. That is, if the change doesn't break anything.The text was updated successfully, but these errors were encountered: