From 17dd52257119f1a0bc092b73ebff46f6681a7696 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 1 Nov 2002 18:59:39 +0000 Subject: [PATCH] Change default post-processing iso mode to continuous map. The old default value just confused too many people doing 3D stuff. --- Common/DefaultOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index cfb969b43c..62ce930e87 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -861,7 +861,7 @@ StringXNumber ViewOptions_Number[] = { { F|O, "Height" , opt_view_size1 , 200. , "Height (in pixels) of the scale or 2D graph" }, - { F|O, "IntervalsType" , opt_view_intervals_type , DRAW_POST_ISO , + { F|O, "IntervalsType" , opt_view_intervals_type , DRAW_POST_CONTINUOUS , "Type of interval display (1=iso, 2=continuous, 3=discrete, 4=numeric)" }, { F|O, "Light" , opt_view_light , 0. , -- GitLab