From cc86e611fb59d5b7cc0807e3ee23a132e2dfb18d Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Sat, 19 Jan 2019 09:47:01 +0000
Subject: [PATCH] fix raptor request when asking for single source (aug)

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@11317 d63d8f72-b253-0410-a779-e742ad2e26cf
---
 crpptbx/AUG/gdat_aug.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crpptbx/AUG/gdat_aug.m b/crpptbx/AUG/gdat_aug.m
index 70bc4e54..1edc84b2 100644
--- a/crpptbx/AUG/gdat_aug.m
+++ b/crpptbx/AUG/gdat_aug.m
@@ -1843,7 +1843,7 @@ elseif strcmp(mapping_for_aug.method,'switchcase')
     elseif ~iscell(gdat_data.gdat_params.source)
       if ischar(gdat_data.gdat_params.source)
 	gdat_data.gdat_params.source = lower(gdat_data.gdat_params.source);
-	if strcmp(gdat_data.gdat_params.source{1}(1),'o'); gdat_data.gdat_params.source = 'observer'; end
+	if strcmp(gdat_data.gdat_params.source(1),'o'); gdat_data.gdat_params.source = 'observer'; end
 	if strcmp(gdat_data.gdat_params.source(1),'p'); gdat_data.gdat_params.source = 'predictive'; end
         if ~any(strmatch(gdat_data.gdat_params.source,lower(sources_avail)))
           if (gdat_params.nverbose>=1)
-- 
GitLab