Skip to content
Snippets Groups Projects
Commit fa599909 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Fixed Absorption/mask volumes creation for big volumes

parent 0b10fd10
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ classdef GtGuiThresholdVolume < GtGuiThresholdGrain ...@@ -25,7 +25,7 @@ classdef GtGuiThresholdVolume < GtGuiThresholdGrain
end end
if (filerIndex == 1) if (filerIndex == 1)
save(fullfile(pathname, filename), 'vol'); save(fullfile(pathname, filename), 'vol', '-v7.3');
else else
edf_write(vol, fullfile(pathname, filename)); edf_write(vol, fullfile(pathname, filename));
end end
......
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