X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezplot.cpp;h=dfd0baf900807c4f76cf798ddd2d1b0203bd3058;hp=73db34d6a4d34efb80e169c5fd636d24ce74eaf0;hb=12e2c29153a0f55ac23bdeec06b404638672985b;hpb=0fe37e9c318904715493dc9c894f658c43e6178e diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 73db34d..dfd0baf 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -1,8 +1,12 @@ /***************************************************************************** +** FILE IDENTIFICATION +** +** EZPLOT +** ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.1 2000/06/19 18:05:03 kevin Exp $ +** $Id: ezplot.cpp,v 1.2 2000/06/19 19:04:05 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 @@ -17,18 +21,15 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ******************************************************************************/ -/*----------------------------------------------------------------------*/ -/* EZPLOT */ -/*----------------------------------------------------------------------*/ #include "ezplot.h" #include "algo.h" + static int plot (SGP_ID *gid); static void drawaxis(void); static void symbol (int sym, double symwidth, double symheight); - /*-------------------------------------*/ /* GLOBAL variables for EZPLOT & EZSET */ /*-------------------------------------*/