Update copyright date; remove old CVS keyword
[ctsim.git] / libctgraphics / ezsupport.cpp
1 /*****************************************************************************
2 **      Name:          ezsupport.h
3 **      Function:      Support routines for EZPlot library
4 **      Programmer:    Kevin Rosenberg
5 **      Date Started:  1-22-85
6 **
7 **  This is part of the CTSim program
8 **  Copyright (c) 1983-2009 Kevin Rosenberg
9 **
10 **  This program is free software; you can redistribute it and/or modify
11 **  it under the terms of the GNU General Public License (version 2) as
12 **  published by the Free Software Foundation.
13 **
14 **  This program is distributed in the hope that it will be useful,
15 **  but WITHOUT ANY WARRANTY; without even the implied warranty of
16 **  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 **  GNU General Public License for more details.
18 **
19 **  You should have received a copy of the GNU General Public License
20 **  along with this program; if not, write to the Free Software
21 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
22 ******************************************************************************/
23
24 #include <math.h>
25 #include <algorithm>
26 #include "ctsupport.h"
27 #include "ezplot.h"
28
29