Skip to content
Snippets Groups Projects
Commit 6fb687c9 authored by Matthew Webster's avatar Matthew Webster
Browse files

-a fixed

parent d38dcd80
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,7 @@ int fmrib_main_float(int argc, char* argv[])
generate_masks(mask,masknz,vin,lthr,uthr);
vol = vin * mask;
} else if (sarg=="-a") {
vol = abs(vin);
vol = abs(vol);
} else if (sarg=="-v") {
if (masks_used) {
cout << (long int) mask.sum() << " "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment