From 9df62135514a3328d000aa841a05c4d5e4759b35 Mon Sep 17 00:00:00 2001 From: Luke Simons <luke.simons@epfl.ch> Date: Thu, 20 Feb 2025 09:40:19 +0100 Subject: [PATCH] Reduced length of comments --- matlab/TCV_IMAS/tcv_get_ids_bolometer.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/matlab/TCV_IMAS/tcv_get_ids_bolometer.m b/matlab/TCV_IMAS/tcv_get_ids_bolometer.m index ec0febd..866a552 100644 --- a/matlab/TCV_IMAS/tcv_get_ids_bolometer.m +++ b/matlab/TCV_IMAS/tcv_get_ids_bolometer.m @@ -127,8 +127,7 @@ if status bolo_u_prad_core.data; ids_bolometer_description.channel{ii}.power_radiated_inside_lcfs.data = ... ['From results.bolo_u.prad_core data, Total radiated power ' ... - 'radiated from inside the last closed flux surface measured by ' ... - 'the bolometer system and liuqe reconstruction in units of [kW]']; + 'radiated from inside the last closed flux surface in units of [kW]']; % ids_bolometer.channel{ii}.power_radiated_inside_lcfs_error_upper = ... % 0.*bolo_u_prad_core.data; % ids_bolometer.channel{ii}.power_radiated_inside_lcfs_error_lower = ... -- GitLab