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

removed vinfo

parent b84cf40c
No related branches found
No related tags found
No related merge requests found
...@@ -351,7 +351,6 @@ int do_vecreg(){ ...@@ -351,7 +351,6 @@ int do_vecreg(){
volume4D<float> ivol,warpvol; volume4D<float> ivol,warpvol;
volume<float> refvol,mask; volume<float> refvol,mask;
Matrix Aff(4,4); Matrix Aff(4,4);
volumeinfo vinfo;
if((matrix.set())){ if((matrix.set())){
Aff = read_ascii_matrix(matrix.value()); Aff = read_ascii_matrix(matrix.value());
...@@ -365,7 +364,7 @@ int do_vecreg(){ ...@@ -365,7 +364,7 @@ int do_vecreg(){
read_volume4D(ivol,ivector.value()); read_volume4D(ivol,ivector.value());
else else
read_volume4D(ivol,itensor.value()); read_volume4D(ivol,itensor.value());
read_volume(refvol,ref.value(),vinfo); read_volume(refvol,ref.value());
volume4D<float> ovol; volume4D<float> ovol;
if(ivector.set()) if(ivector.set())
......
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