You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
672 B
25 lines
672 B
|
20 years ago
|
Index: src/color.c
|
||
|
|
--- src/color.c.orig 2003-12-15 00:23:04 +0100
|
||
|
|
+++ src/color.c 2006-03-07 15:19:52 +0100
|
||
|
|
@@ -66,7 +66,7 @@
|
||
|
|
|
||
|
|
|
||
|
|
void
|
||
|
|
-init_color()
|
||
|
|
+gnuplot_init_color()
|
||
|
|
{
|
||
|
|
/* initialize global palette */
|
||
|
|
sm_palette.colorFormulae = 37; /* const */
|
||
|
|
Index: src/plot.c
|
||
|
|
--- src/plot.c.orig 2004-04-14 17:26:21 +0200
|
||
|
|
+++ src/plot.c 2006-03-07 15:19:58 +0100
|
||
|
|
@@ -525,7 +525,7 @@
|
||
|
|
* initialized arrays any more, this is now necessary... */
|
||
|
|
reset_command();
|
||
|
|
#ifdef PM3D
|
||
|
|
- init_color(); /* Initialization of color */
|
||
|
|
+ gnuplot_init_color(); /* Initialization of color */
|
||
|
|
#endif /* PM3D */
|
||
|
|
load_rcfile();
|
||
|
|
init_fit(); /* Initialization of fitting module */
|