Skip to content
Snippets Groups Projects
Commit ebaa16e2 authored by Yoann Guilhem's avatar Yoann Guilhem Committed by Nicola Vigano
Browse files

Bugfix about symmetry operators.

parent 41d8cbfa
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,7 @@ for k = 1:length(bounds_list)
for ii = 1:length(symm)
% Deal with this in a 3d array
poles2 = cat(3, poles2, poles*symm(ii).g);
poles2 = cat(3, poles2, poles*symm(ii).g3);
% Keep a 2d array for gtMakePoleFigure
poles_for_pole_fig = [poles_for_pole_fig; poles*symm(ii).g];
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