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

Added cutoff change from branch

parent 7740c3af
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,7 @@ int main(int argc, char *argv[])
Matrix& threshacm = acEst.getEstimates();
int cutoff = sizeTS/2;
if(globalopts.tukeysize.value()>0) cutoff = globalopts.tukeysize.value();
if( globalopts.noest.value() ) cutoff=1;
threshacm = threshacm.Rows(1,MISCMATHS::Max(1,cutoff));
......
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