Skip to content

Commit

Permalink
mri_convert.cpp. Added -dcm2niix as a flag redundant with -dicomread3
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Nov 8, 2021
1 parent 4e71cb6 commit b64ebb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mri_convert/mri_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ int main(int argc, char *argv[])
forced_in_type = string_to_type(in_type_string);
force_in_type_flag = TRUE;
}
else if (strcmp(argv[i], "-dicomread3") == 0)
else if (strcmp(argv[i], "-dicomread3") == 0 || strcmp(argv[i], "-dcm2niix") == 0)
{
UseDICOMRead3 = 1;
}
Expand Down

0 comments on commit b64ebb0

Please sign in to comment.