r5231: Auto commit for Debian build
[ctsim.git] / libctsim / trace.cpp
index 3fe33f0f3cd0f4924be3a7fcb3a00cef1cb8cf32..73636ed30cd87f328713c0ce143f5c92144f4255 100644 (file)
@@ -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*);