X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Ftrace.cpp;h=73636ed30cd87f328713c0ce143f5c92144f4255;hp=3fe33f0f3cd0f4924be3a7fcb3a00cef1cb8cf32;hb=87f312d59cabca5080b481a20314601ea476c4be;hpb=f667aa59ee6fe8f78637b29a23846e049fb16121 diff --git a/libctsim/trace.cpp b/libctsim/trace.cpp index 3fe33f0..73636ed 100644 --- a/libctsim/trace.cpp +++ b/libctsim/trace.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: trace.cpp,v 1.3 2000/08/27 20:32:55 kevin Exp $ +** $Id: trace.cpp,v 1.4 2003/07/04 21:39:40 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 @@ -42,22 +42,22 @@ const int Trace::BIT_CLIPPING = 0x0010; const char* Trace::s_aszTraceName[] = { - {"none"}, - {"console"}, - {"phantom"}, - {"proj"}, - {"plot"}, - {"clipping"}, + "none", + "console", + "phantom", + "proj", + "plot", + "clipping", }; const char* Trace::s_aszTraceTitle[] = { - {"None"}, - {"Console"}, - {"Phantom"}, - {"Projections"}, - {"Plot"}, - {"Clipping"}, + "None", + "Console", + "Phantom", + "Projections", + "Plot", + "Clipping", }; const int Trace::s_iTraceCount = sizeof(s_aszTraceName) / sizeof(const char*);