Skip to content

Commit a069c2d

Browse files
committed
COMP: Fix AnatomicalOrientation Enum
1 parent 1fb80ea commit a069c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/IO/PhilipsREC/src/itkPhilipsRECImageIO.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ PhilipsRECImageIO::ReadImageInformation()
710710
AffineMatrix spacing;
711711
spacing.SetIdentity();
712712

713-
AnatomicalOrientation coord_orient(AnatomicalOrientation::FromEnum::RSA);
713+
AnatomicalOrientation coord_orient(AnatomicalOrientation::NegativeEnum::RSA);
714714

715715
switch (par.sliceorient)
716716
{

0 commit comments

Comments
 (0)