From 398da865c630ddd93e4cffc73c57b2c8b085bdf5 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Mon, 22 May 2023 21:43:23 +0200 Subject: [PATCH] Fix case 'nofig' in 'MS_sphere.m' --- msat/MS_sphere.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msat/MS_sphere.m b/msat/MS_sphere.m index d6dc1bb..173ffba 100644 --- a/msat/MS_sphere.m +++ b/msat/MS_sphere.m @@ -196,7 +196,7 @@ function MS_sphere(CC,rh,mode,varargin) plotaxes = 0 ; iarg = iarg + 1 ; case 'nofig' - nofig = 0 ; + nofig = 1 ; iarg = iarg + 1 ; case 'nocbar' nocbar = 0 ;