From 4d8827784584a88f0f5c3eabbeeb56cd1f2ce4e9 Mon Sep 17 00:00:00 2001 From: Yves Gouriou <yves.gouriou@ird.fr> Date: Fri, 23 Nov 2007 16:16:57 +0000 Subject: [PATCH] =?UTF-8?q?2007-11-23=20Nom=20de=20fonction=20incorrect=20?= =?UTF-8?q?-=20Modifi=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsg_util/tsg_readBucketData.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsg_util/tsg_readBucketData.m b/tsg_util/tsg_readBucketData.m index b06d774..2d60e2d 100644 --- a/tsg_util/tsg_readBucketData.m +++ b/tsg_util/tsg_readBucketData.m @@ -1,4 +1,4 @@ -function [error] = tsg_readTsgData( hTsgGUI, filename) +function [error] = tsg_readBucketData( hTsgGUI, filename) % Function to read the Bucket data. Should be in a NetCDF file % % Input -- GitLab