From 4ef263bcc83c56824070ac9e383a73bcef5e4f2a Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 27 Aug 2006 02:26:27 +0000
Subject: [PATCH] default tensor type should be 1

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index b83277446f..d5f411d369 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -1304,7 +1304,7 @@ StringXNumber ViewOptions_Number[] = {
 
   { F|O, "Tangents" , opt_view_tangents , 0. ,
     "Display size of tangent vectors (in pixels)" }, 
-  { F|O, "TensorType" , opt_view_tensor_type , 0. ,
+  { F|O, "TensorType" , opt_view_tensor_type , 1. ,
     "Tensor Visualization Type" },
   { F,   "TimeStep" , opt_view_timestep , 0. ,
     "Current time step displayed" },
-- 
GitLab