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

Assemble: fixed small bug with SIRT reconstructions

parent 5b37e227
No related branches found
No related tags found
No related merge requests found
......@@ -281,7 +281,9 @@ classdef GtAssembleVol3D < handle
obj.volumes.complete.phases = volumePIDs;
obj.volumes.complete.grains = volumeGIDs;
obj.volumes.complete.dmvol = volumeDM;
if (assemble_6D)
obj.volumes.complete.dmvol = volumeDM;
end
% Autosaving
if (obj.localPar.autosave)
......
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