Skip to content
Snippets Groups Projects
Commit 0c82efdc authored by Wolfgang Ludwig's avatar Wolfgang Ludwig Committed by Nicola Vigano
Browse files

fixing gtSetupForwardSimulation

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@718 4c865b51-4357-4376-afb4-474e03ccb993
parent 4ccc2d0b
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,10 @@ if exist(filename, 'file') && nof_phases>1
spot2grain = cell(difspot_num, 1); % cell array linking difspots with grainids
spot2phase = cell(difspot_num, 1);
end
else
spot2grain = cell(difspot_num, 1); % cell array linking difspots with grainids
spot2phase = cell(difspot_num, 1);
save(filename,'spot2grain','spot2phase');
end
% get reconstruction parameters
......
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