Skip to content

Commit

Permalink
Update ORTools_example4.m
Browse files Browse the repository at this point in the history
  • Loading branch information
AzdiarGazder committed Jun 6, 2023
1 parent 55cb32d commit b99a000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORTools_example4.m
Expand Up @@ -108,7 +108,7 @@
pfName_Out = [Ini.texturePath,'outputTexture.mat']; % the name of the *.mat file may be changed
% The transformation tetxure is plotted and saved as a odf_child.mat variable
plotPODF_transform(job,hParent,hChild,'import',pfName_In,'export',pfName_Out);
return

%% Compare the transformation texture to the actual child ODF
odf_child = calcDensity(ebsd(job.csChild).orientations);
figure;
Expand Down

0 comments on commit b99a000

Please sign in to comment.