From 7ac44270d3baac23f13d78165e8588e4ab5a4857 Mon Sep 17 00:00:00 2001
From: Antonia Frank <antonia.frank@epfl.ch>
Date: Wed, 14 Aug 2024 14:04:07 +0200
Subject: [PATCH] add missing string to error message

---
 matlab/TCV_IMAS/tcv_get_ids_core_sources.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/TCV_IMAS/tcv_get_ids_core_sources.m b/matlab/TCV_IMAS/tcv_get_ids_core_sources.m
index 4104ea8a..1a3c531d 100644
--- a/matlab/TCV_IMAS/tcv_get_ids_core_sources.m
+++ b/matlab/TCV_IMAS/tcv_get_ids_core_sources.m
@@ -78,7 +78,7 @@ if check_nodes_filled(params_core_sources.shot,nodes_liuqe)
   % define liuqe_time from Ip_liu
   liuqe_time = Ip_liu.t;
 else
-  error('Liuqe nodes %s not filled. Contact O. Sauter.')
+  error('Liuqe nodes %s not filled. Contact O. Sauter.',nodes_liuqe)
 end
 %% initialize source from template
 % ohm
-- 
GitLab