Skip to content

Commit 3930982

Browse files
committed
BUG: Missed setting file from command line.
1 parent 202a454 commit 3930982

File tree

1 file changed

+1
-0
lines changed
  • src/Filtering/LabelMap/ShapeAttributesForBinaryImage

1 file changed

+1
-0
lines changed

src/Filtering/LabelMap/ShapeAttributesForBinaryImage/Code.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ main(int argc, char * argv[])
4545
}
4646
else
4747
{
48+
fileName = argv[1];
4849
image = itk::ReadImage<InputImageType>(fileName);
4950
}
5051

0 commit comments

Comments
 (0)