From 7e0e5a37dad7677fbcaed44c11964eb20d35c0c0 Mon Sep 17 00:00:00 2001 From: Jacques Grelet <jacques.grelet@ird.fr> Date: Tue, 10 Jan 2012 10:17:31 +0000 Subject: [PATCH] disable function call existPlatform(hTsgGUI); --- tsg_util/headerForm.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsg_util/headerForm.m b/tsg_util/headerForm.m index 309d693..ad57610 100644 --- a/tsg_util/headerForm.m +++ b/tsg_util/headerForm.m @@ -61,7 +61,7 @@ add_coeff_var = { 'SSJT_CALCOEF', 'SSJT_LINCOEF', 'CNDC_CALCOEF', ... % if tsg_platform_info.csv not exist, create it % --------------------------------------------- -existPlatform(hTsgGUI); +%existPlatform(hTsgGUI); % % check if .ini file exist in data % % -------------------------------- -- GitLab