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

General commenting and formatting


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

git-svn-id: https://svn.code.sf.net/p/dct/code/trunk@980 4c865b51-4357-4376-afb4-474e03ccb993
parent 1d245f3e
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ function list = gtCrystCalculateReflections(latticepar, mintheta, maxtheta, sg,
% mintheta = minimum sin(theta)/lambda allowed <double> {0.0001}
% maxtheta = maximum sin(theta)/lambda allowed <double>
% sg = spacegroup number <int>
% typelist = type of list <string> [{'all'}/'unique']
% filename = filename for reflections list <string> {'reflections_*.txt'}
%
% OUTPUT:
% list = structure with fields (the same with 'sp' for the full lists)
......@@ -29,6 +29,7 @@ function list = gtCrystCalculateReflections(latticepar, mintheta, maxtheta, sg,
if ~exist('latticepar','var') || isempty(latticepar)
parameters = [];
load parameters;
latticepar = parameters.cryst(1).latticepar;
end
......
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