From 90231399cc9de31e30705d597877bcc267d23ee1 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Mon, 13 May 2013 20:06:24 +0000
Subject: [PATCH] better doc for generalized raise

---
 Common/DefaultOptions.h | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index a0a4327b06..8afc479d2f 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -195,11 +195,14 @@ StringXString ViewOptions_String[] = {
     "Number format (in standard C form)" },
 
   { F|O, "GeneralizedRaiseX" , opt_view_gen_raise0 , "v0" ,
-    "Generalized elevation of the view along X-axis (in model coordinates)" },
+    "Generalized elevation of the view along X-axis (in model coordinates, "
+    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
   { F|O, "GeneralizedRaiseY" , opt_view_gen_raise1 , "v1" ,
-    "Generalized elevation of the view along Y-axis (in model coordinates)" },
+    "Generalized elevation of the view along Y-axis (in model coordinates, "
+    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
   { F|O, "GeneralizedRaiseZ" , opt_view_gen_raise2 , "v2" ,
-    "Generalized elevation of the view along Z-axis (in model coordinates)" },
+    "Generalized elevation of the view along Z-axis (in model coordinates, "
+    "using formula possibly containing x, y, z, s[tep], t[ime], v0, ... v9)" },
 
   { F,   "Name" , opt_view_name , "" ,
     "Default post-processing view name" },
-- 
GitLab