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

Moving and renaming functions...


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>
parent fbb62911
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ function [f_handle, cb_handle] = gtDrawGrainUnitCells(grains, varargin)
%
%
% Version 004 15-11-2012 by LNervo
% Use gtSampleGeometry(labgeo) to create the graphics with axis and reference
% Use gtDrawSampleGeometry(labgeo) to create the graphics with axis and reference
% system
%
% Version 003 23-10-2012 by LNervo
......@@ -116,7 +116,7 @@ if isempty(app.type)
end
if isempty(app.hf)
hf = gtSampleGeometry(app.labgeo.samenvrad, app.labgeo.samenvbot, app.labgeo.samenvtop);
hf = gtDrawSampleGeometry(app.labgeo.samenvrad, app.labgeo.samenvbot, app.labgeo.samenvtop);
else
hf = app.hf;
end
......
function hf = gtSampleGeometry(rad, bot, top)
function hf = gtDrawSampleGeometry(rad, bot, top)
% GTSAMPLEGEOMETRY Draws sample envelope and axis
% hf = gtSampleGeometry(rad, bot, top)
% hf = gtDrawSampleGeometry(rad, bot, top)
% ------------------------------------
%
% INPUT:
......
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