Skip to content
Snippets Groups Projects
Commit 9ca77edb authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Changed swapdim behaviour for sforms

parent d351e3b3
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ int fmrib_main(int argc,char *argv[]) ...@@ -42,7 +42,7 @@ int fmrib_main(int argc,char *argv[])
} }
if (affmat.Determinant()<0.0) { if (affmat.Determinant()<0.0) {
cerr << "WARNING:: Flipping Left/Right (as det < 0)" << endl; cerr << "WARNING:: Flipping Left/Right orientation (as det < 0)" << endl;
} }
invol.swapdimensions(newx,newy,newz); invol.swapdimensions(newx,newy,newz);
......
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