X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezplot.cpp;h=7b7bb55e8c4e6b373db89d1a1731af86222f5ce4;hp=05ca13fbf856b7c07656734183b226065a4a79d2;hb=e4c1f7f8eb87558c3abf3bf1d20732361f425351;hpb=ebe18bbc459204f8bf89880459804cc643a32f24 diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 05ca13f..7b7bb55 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.5 2000/07/13 07:03:21 kevin Exp $ +** $Id: ezplot.cpp,v 1.6 2000/07/15 08:36:13 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -124,7 +124,7 @@ static char y_numfmt[20]; /* format to print y tick labels */ SGP_ID -ezplot (float x[], double y[], int num) +ezplot (const float x[], const double y[], int num) { double dx [num]; @@ -136,7 +136,7 @@ ezplot (float x[], double y[], int num) SGP_ID -ezplot (double x[], double y[], int num) +ezplot (const double x[], const double y[], int num) { unsigned int size; SGP_ID gid = NULL;