From cebef6c62a823502d4faf763399d94c35a924aad Mon Sep 17 00:00:00 2001 From: Jacques Grelet <jacques.grelet@ird.fr> Date: Tue, 8 Jan 2008 15:48:29 +0000 Subject: [PATCH] rectifie le nom de la fonction --- tsg_util/plotmap.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsg_util/plotmap.m b/tsg_util/plotmap.m index c3eb12c..3948ac8 100644 --- a/tsg_util/plotmap.m +++ b/tsg_util/plotmap.m @@ -1,4 +1,4 @@ -function tsg_plotmap(hTsgGUI, hAxes) +function plotmap(hTsgGUI, hAxes) % Function to plot the earth map and ship trackline % % Input @@ -13,6 +13,7 @@ function tsg_plotmap(hTsgGUI, hAxes) % % PROBLEM NOT YET RESOLVED % Does M_MAP use 0-360° or -180°-180° covention ? +% % $Id$ % Retrieve named application data -- GitLab