From 83abd38b8f58ddb4743abcf93e42718d85d4e8d0 Mon Sep 17 00:00:00 2001
From: Jacques Grelet <jacques.grelet@ird.fr>
Date: Wed, 9 Jan 2008 11:10:40 +0000
Subject: [PATCH] =?UTF-8?q?d=C3=A9fini=20le=20propset=20pour=20Id?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 @tsg_nc/keys.m   | 2 +-
 @tsg_nc/tsg_nc.m | 2 +-
 tsg_util/dd2dm.m | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/@tsg_nc/keys.m b/@tsg_nc/keys.m
index 2d86898..2a1f9e4 100644
--- a/@tsg_nc/keys.m
+++ b/@tsg_nc/keys.m
@@ -4,7 +4,7 @@ function result = keys(self)
 %   tsg_ncvar hash
 %   result = keys(self)
 
-% $Id: keys.m 54 2006-03-03 13:44:00Z jgrelet $
+% $Id$
 
 result = keys(self.hashtable);
 
diff --git a/@tsg_nc/tsg_nc.m b/@tsg_nc/tsg_nc.m
index 4a23600..3a143f4 100644
--- a/@tsg_nc/tsg_nc.m
+++ b/@tsg_nc/tsg_nc.m
@@ -16,7 +16,7 @@ function ncv = tsg_nc( varargin )
 %
 % See also: methods('tsg_ncvar').
 % 
-% $Id: roscop.m 129 2007-03-16 08:56:31Z jgrelet $
+% $Id$
 
 % check varargin
 % --------------
diff --git a/tsg_util/dd2dm.m b/tsg_util/dd2dm.m
index 8ea98c1..17af1d5 100644
--- a/tsg_util/dd2dm.m
+++ b/tsg_util/dd2dm.m
@@ -7,7 +7,7 @@ function string = dd2dm( posit, latlon )
 % posit     en degres decimaux
 % latlon    0 pour la latitude - 1 pour la longitude
 %
-% $Id: dd2dm.m 297 2007-07-17 13:56:00Z jgrelet $
+% $Id$
  
 
 % representation ASCII du caractere degre
-- 
GitLab