From 10759c754b7b30a68b03f06e8d1ba2750db3be8c Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 21 Feb 2004 19:21:36 +0000
Subject: [PATCH] use the 3d arrows by default

---
 Common/DefaultOptions.h      | 2 +-
 doc/texinfo/opt_general.texi | 2 +-
 doc/texinfo/opt_view.texi    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 34a52a8b97..c504776755 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -1023,7 +1023,7 @@ StringXNumber ViewOptions_Number[] = {
   { F|O, "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_ARROW ,
+  { F|O, "VectorType" , opt_view_vector_type , DRAW_POST_ARROW3D ,
     "Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement)" },
   { F,   "Visible" , opt_view_visible , 1. ,
     "Is the view visible?" },
diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi
index 8c4741b577..1a26461c7b 100644
--- a/doc/texinfo/opt_general.texi
+++ b/doc/texinfo/opt_general.texi
@@ -631,7 +631,7 @@ Saved in: @code{-}
 
 @item General.VectorType
 Default vector display type (for normals, etc.)@*
-Default value: @code{2}@*
+Default value: @code{4}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.Verbosity
diff --git a/doc/texinfo/opt_view.texi b/doc/texinfo/opt_view.texi
index 78b43215c7..7d5c393aca 100644
--- a/doc/texinfo/opt_view.texi
+++ b/doc/texinfo/opt_view.texi
@@ -311,7 +311,7 @@ Saved in: @code{General.OptionsFileName}
 
 @item View.VectorType
 Vector display type (1=segment, 2=arrow, 3=pyramid, 4=3D arrow, 5=displacement)@*
-Default value: @code{2}@*
+Default value: @code{4}@*
 Saved in: @code{General.OptionsFileName}
 
 @item View.Visible
-- 
GitLab