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

fixed ttologp

parent 7cd5f25b
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ int main(int argc,char *argv[])
int numTS = vars.Nrows();
ColumnVector ps(numTS);
T2z::ComputeZStats(vars, cbs, globalopts.dof, ps);
T2z::ComputePs(vars, cbs, globalopts.dof, ps);
input.setmatrix(ps.AsRow());
FslSetCalMinMax(&vinfo,input.min(),input.max());
......
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