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

gtCrystCalculateReflections : added dummy values for intensity to be then...

gtCrystCalculateReflections : added dummy values for intensity to be then fixed via fable... Ask Jon maybe if there is a way to have intensities from fable directly

Signed-off-by: default avatarLaura Nervo <laura.nervo@esrf.fr>
parent 68287758
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,8 @@ list.dspacing = dspacing';
list.thetatypesp = thetatypesp';
list.thetatype = thetatype';
list.mult = mult;
list.int = ones(1,length(thetatype)); %dummy values
list.intsp = ones(1,length(thetatypesp)); %dummy values
list.indfam = ind';
for ii=1:length(list.thetatype)
......
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