Skip to content

Commit 279ffc9

Browse files
committed
BUG: Fix incorrectly specified expected result in itkIOTransformMINCTest.cxx
1 parent c3a8eab commit 279ffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/IO/TransformMINC/test/itkIOTransformMINCTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ check_composite2(const char * transform_file, const char * transform_grid_file)
628628
pnt[0] = 1.0;
629629
pnt[1] = pnt[2] = 0.0;
630630
// expected transform: shift by 1 , rotate by 45 deg
631-
v2[0] = v[1] = sqrt(2);
631+
v2[0] = v2[1] = sqrt(2);
632632
v2[2] = 0.0;
633633

634634
v = _xfm->TransformPoint(pnt);

0 commit comments

Comments
 (0)