Skip to content

Commit

Permalink
Merge pull request InsightSoftwareConsortium#4899 from blowekamp/add_…
Browse files Browse the repository at this point in the history
…anatomical_orientation

COMP: Fix AnatomicalOrientation Enum
  • Loading branch information
blowekamp authored Oct 25, 2024
2 parents 08e6d89 + a069c2d commit f8b31d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/IO/PhilipsREC/src/itkPhilipsRECImageIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ PhilipsRECImageIO::ReadImageInformation()
AffineMatrix spacing;
spacing.SetIdentity();

AnatomicalOrientation coord_orient(AnatomicalOrientation::FromEnum::RSA);
AnatomicalOrientation coord_orient(AnatomicalOrientation::NegativeEnum::RSA);

switch (par.sliceorient)
{
Expand Down

0 comments on commit f8b31d8

Please sign in to comment.