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

Removed negative canonical contrasts as per SS request

parent 1374bce8
No related branches found
No related tags found
No related merge requests found
...@@ -271,7 +271,6 @@ int setup(int &dof){ ...@@ -271,7 +271,6 @@ int setup(int &dof){
} }
}else{ }else{
contrasts = IdentityMatrix(design.Ncols()); contrasts = IdentityMatrix(design.Ncols());
contrasts &= -1.0 * contrasts;
} }
return 0; return 0;
} }
......
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