From 0264ac8cf5c933347cf9ad10fb6d406f4fff25be Mon Sep 17 00:00:00 2001
From: Jacques Grelet <jacques.grelet@ird.fr>
Date: Tue, 8 Jan 2008 15:46:37 +0000
Subject: [PATCH] rectifie le nom de la fonction

---
 tsg_io/writeTSGDataNetCDF.m | 3 ++-
 tsg_io/writeTsgData.m       | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tsg_io/writeTSGDataNetCDF.m b/tsg_io/writeTSGDataNetCDF.m
index 4c49a29..d5e7e9a 100644
--- a/tsg_io/writeTSGDataNetCDF.m
+++ b/tsg_io/writeTSGDataNetCDF.m
@@ -1,4 +1,4 @@
-function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename)
+function [error] = writeTSGDataNetCDF( hTsgGUI, filename)
 % Function to write TSG data in NetCDF file. 
 %
 % Input
@@ -14,6 +14,7 @@ function [error] = tsg_writeTSGDataNetCDF( hTsgGUI, filename)
 % The data are store using setappdata - Variable name : 'tsg_data'
 %
 % Caution : replace the fill-value with NaN
+%
 % $Id$
 
 % Open the file
diff --git a/tsg_io/writeTsgData.m b/tsg_io/writeTsgData.m
index 9948b56..ce23879 100644
--- a/tsg_io/writeTsgData.m
+++ b/tsg_io/writeTsgData.m
@@ -1,4 +1,4 @@
-function [error] = tsg_writeTsgData( hTsgGUI, filename)
+function [error] = writeTsgData( hTsgGUI, filename)
 % Function to write the TSG data. Should be a NetCDF file
 %
 % Input
@@ -14,6 +14,7 @@ function [error] = tsg_writeTsgData( hTsgGUI, filename)
 %
 % Function to be rewritten when the NetCDF format will be in use
 % Caution : replace the fill-value with NaN
+%
 %$Id$
 
 % Open the file
-- 
GitLab