Mercurial > hg > octave-lyh
diff src/variables.cc @ 1506:3a66934240ea
[project @ 1995-10-03 03:26:13 by jwe]
author | jwe |
---|---|
date | Tue, 03 Oct 1995 03:26:13 +0000 |
parents | 7b665f9a97fa |
children | 36477a20e8c8 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1673,9 +1673,9 @@ "path to gnuplot binary"); #ifdef GNUPLOT_HAS_MULTIPLOT - char *with_multiplot = 1.0; + double with_multiplot = 1.0; #else - char *with_multiplot = 0.0; + double with_multiplot = 0.0; #endif DEFVAR ("gnuplot_has_multiplot", SBV_gnuplot_has_multiplot,