Skip to content
Snippets Groups Projects
Commit dbd35b3f authored by Laura Nervo's avatar Laura Nervo
Browse files

gtCrystCalculateSymmetryOperators : fixed bug with phaseid (was hard coded)


Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>
parent 61984b6e
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if ~exist('sg','var') || isempty(sg)
sg = parameters.cryst(phaseid).spacegroup;
if ~exist('crystal_system','var') || isempty(crystal_system)
crystal_system = parameters.cryst(1).crystal_system;
crystal_system = parameters.cryst(phaseid).crystal_system;
end
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