From b97c91c29250f83c500d1cb991598d4a6391486b Mon Sep 17 00:00:00 2001
From: Laura Nervo <laura.nervo@esrf.fr>
Date: Wed, 21 Aug 2013 15:56:15 +0200
Subject: [PATCH] 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: Laura Nervo <laura.nervo@esrf.fr>
---
 zUtil_Cryst/gtCrystCalculateReflections.m | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/zUtil_Cryst/gtCrystCalculateReflections.m b/zUtil_Cryst/gtCrystCalculateReflections.m
index c52bac82..9f3d77b0 100644
--- a/zUtil_Cryst/gtCrystCalculateReflections.m
+++ b/zUtil_Cryst/gtCrystCalculateReflections.m
@@ -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)
-- 
GitLab