Skip to content

Commit

Permalink
comp: fix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Jun 26, 2024
1 parent 82f3ed8 commit 587da97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/seg/itkimage2segimage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ int main(int argc, char *argv[])
metadata,
skipEmptySlices,
useLabelIDAsSegmentNumber,
refGeometryCheck);
referencesGeometryCheck);

if (result == NULL){
std::cerr << "ERROR: Conversion failed." << std::endl;
Expand Down

0 comments on commit 587da97

Please sign in to comment.