r148: *** empty log message ***
[ctsim.git] / libctgraphics / ezplot.cpp
index 05ca13fbf856b7c07656734183b226065a4a79d2..7b7bb55e8c4e6b373db89d1a1731af86222f5ce4 100644 (file)
@@ -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;