Skip to content

Commit

Permalink
mri_surf2vol.cpp. #BF. MRIcopyHeader() now applies to fillribbon output
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greve committed Feb 21, 2022
1 parent 64984b4 commit 1f62896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mri_surf2vol/mri_surf2vol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ int main(int argc, char **argv) {
printf("INFO: resampling surface to volume\n");
nhits = MRIsurf2Vol(SurfVal, OutVol, VtxVol);
printf("INFO: sampled %d voxels in the volume\n",nhits);
MRIcopyHeader(OutVol,VtxVol); // should fix MRIsurf2vol()
}
MRIcopyHeader(OutVol,VtxVol); // should fix MRIsurf2vol()

if(DoAddVal){
printf("Adding %lf to non-zero voxels\n",AddVal);
Expand Down

0 comments on commit 1f62896

Please sign in to comment.