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

-max for min

parent e43549b6
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ int fmrib_main_float(int argc, char* argv[],const bool timeseriesMode, const str ...@@ -126,7 +126,7 @@ int fmrib_main_float(int argc, char* argv[],const bool timeseriesMode, const str
if ( timeseriesMode ) if ( timeseriesMode )
vol=inputMaster[timepoint]; vol=inputMaster[timepoint];
volume<float> mask, masknz; volume<float> mask, masknz;
float lthr(numeric_limits<float>::min()); float lthr(-numeric_limits<float>::max());
float uthr(numeric_limits<float>::max()); float uthr(numeric_limits<float>::max());
if ( indexMask.nvoxels() ) { if ( indexMask.nvoxels() ) {
if ( indexMask.dimensionality() > 3 ) { if ( indexMask.dimensionality() > 3 ) {
......
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