X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fctsupport.h;h=5558150baaa25674f6d85079964cb1b770f7e008;hb=2a39ee3b125e3e2e68bbba2ac15a65039456ff7e;hp=58274ee3039a9e37c7157a73f3dbcb7a70eef987;hpb=3e346e67f7f7a331919a32439b0f54a4d53d3029;p=ctsim.git diff --git a/include/ctsupport.h b/include/ctsupport.h index 58274ee..5558150 100644 --- a/include/ctsupport.h +++ b/include/ctsupport.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsupport.h,v 1.5 2000/06/28 15:25:34 kevin Exp $ +** $Id: ctsupport.h,v 1.6 2000/07/29 19:50:08 kevin Exp $ ** ** ** This program is free software; you can redistribute it and/or modify @@ -271,25 +271,6 @@ double normalizeAngle (double theta); double integrateSimpson (const double xmin, const double xmax, const double *y, const int np); -// Console I/O Section - -#define C_BLACK 0 /* color codes */ -#define C_BLUE 1 -#define C_GREEN 2 -#define C_CYAN 3 -#define C_RED 4 -#define C_MAGENTA 5 -#define C_BROWN 6 -#define C_WHITE 7 -#define C_GREY 8 -#define C_LTBLUE 9 -#define C_LTGREEN 10 -#define C_LTCYAN 11 -#define C_LTRED 12 -#define C_LTMAGENTA 13 -#define C_YELLOW 14 -#define C_LTWHITE 15 - /*----------------------------------------------------------------------*/ /* screen character codes */