Skip to content
Snippets Groups Projects
Commit 17e77abf authored by Wolfgang Ludwig's avatar Wolfgang Ludwig
Browse files

initialise cryst.usedfam for gtMATCHGUI

parent 7e1aa470
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,8 @@ function cryst = sfUpdateReflections(cryst, energy)
cryst.thetasp = asind(0.5*lambda./cryst.dspacingsp);
% Update the intensity info: MISSING !
cryst.int = [];
cryst.intsp = [];
cryst.int = ones(1, numel(cryst.dspacing);
cryst.intsp = ones(1, numel(cryst.dspacingsp);
cryst.usedfam = true(1, numel(cryst.dspacing);
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