From 3daffd389e5653a6e415f7d04712abd4f6056fdf Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 6 Mar 2005 22:01:12 +0000 Subject: [PATCH] typo --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index ade49a03a9..78a21a7d2c 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1010,7 +1010,7 @@ StringXNumber ViewOptions_Number[] = { "Position the scale or the 2D graph automatically to avoid overlaps" }, { F|O, "Boundary" , opt_view_boundary , 0. , - "Draw the `N minus b'-dimensional boundary of the simplex (N=simplex dimension, b=option value)" }, + "Draw the `N minus b'-dimensional boundary of the element (N=element dimension, b=option value)" }, { F|O, "ColormapAlpha" , opt_view_colormap_alpha , 1.0 , "Colormap alpha channel value (used only if != 1)" }, -- GitLab