Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/SpatialOrientationNums' into a…
Browse files Browse the repository at this point in the history
…ffine_smallvox_update
  • Loading branch information
gdevenyi committed Jul 3, 2022
2 parents 55040a3 + 3c066ab commit 94c79b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/PrintHeader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ PrintHeader(int argc, char * argv[])
// Get the metadata as a generic object
string key = itMeta->first, v_string;
itk::SpatialOrientation::ValidCoordinateOrientationFlags v_oflags =
itk::SpatialOrientation::ITK_COORDINATE_ORIENTATION_INVALID;
itk::SpatialOrientationEnums::ValidCoordinateOrientations::ITK_COORDINATE_ORIENTATION_INVALID;

if (itk::ExposeMetaData<string>(mdd, key, v_string))
{
Expand Down

0 comments on commit 94c79b0

Please sign in to comment.