Skip to content
Snippets Groups Projects
Commit 350cbd8b authored by Laura Nervo's avatar Laura Nervo Committed by Nicola Vigano
Browse files

gtStrainGrainsGeneral : add saving of grain with strain info in grainStrain.mat


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@882 4c865b51-4357-4376-afb4-474e03ccb993
parent c93af28e
No related branches found
No related tags found
No related merge requests found
......@@ -152,8 +152,11 @@ copl = find(gtIndexAllGrainValues(grain,'strain','coplanar',1));
% Grain indices with strain out of range
out = find(psout);
% save updated grain in grainStrain.mat
save('grainStrain.mat','grain');
disp('Saved updated grain in grainStrain.mat')
toc
end % of function
\ No newline at end of file
end % of function
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