|
From: <and...@us...> - 2013-05-22 22:41:00
|
Revision: 12345
http://sourceforge.net/p/plplot/code/12345
Author: andrewross
Date: 2013-05-22 22:40:57 +0000 (Wed, 22 May 2013)
Log Message:
-----------
Enable colorbar tests in example 33 by default.
Modified Paths:
--------------
trunk/examples/c/x33c.c
Modified: trunk/examples/c/x33c.c
===================================================================
--- trunk/examples/c/x33c.c 2013-05-22 22:39:26 UTC (rev 12344)
+++ trunk/examples/c/x33c.c 2013-05-22 22:40:57 UTC (rev 12345)
@@ -125,7 +125,7 @@
"Low and high caps"
};
-static int colorbar = 0; // By default do not plot plcolorbar pages
+static int colorbar = 1; // By default do not plot plcolorbar pages
// for now while we are working out the API.
static PLOptionTable options[] = {
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|