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

Add error id in gtCrystGetSymmetryOperators

parent 5f4f634f
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,8 @@ case 'trigonal'
symm(6).g3 = symm(3).g3 * symm(4).g3 * symm(2).g3;
otherwise
gtError(['Unsupported spacegroup: ', num2str(spacegroup)]);
gtError('gtCrystGetSymmetryOperators:wrong_spacegroup', ...
['Unsupported spacegroup: ', num2str(spacegroup)]);
end
end % end switch crystal_system
......
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