From 58d10ecae27609dcc50e397fbee1e5a683068d23 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 13 May 2004 02:21:04 +0000 Subject: [PATCH] save view type only in FULLRC (not OPTIONRC) --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 2777157772..af98dbf071 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -1025,7 +1025,7 @@ StringXNumber ViewOptions_Number[] = { "Current time step displayed" }, { F|O, "TransparentScale" , opt_view_transparent_scale , 1. , "Display a `transparent' value scale?" }, - { F|O, "Type" , opt_view_type , DRAW_POST_3D , + { F, "Type" , opt_view_type , DRAW_POST_3D , "Type of graph (1=3D, 2=2D-space, 3=2D-time)" }, { F|O, "VectorType" , opt_view_vector_type , DRAW_POST_ARROW3D , -- GitLab