r156: *** empty log message ***
[ctsim.git] / include / phantom.h
index dbaf169fc430d46ba8d7f09b12c773d112607505..a82381f78fdfc014e8ddebe70ed604a173ac33fd 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: phantom.h,v 1.8 2000/07/19 04:33:27 kevin Exp $
+**  $Id: phantom.h,v 1.9 2000/07/20 11:17:31 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
@@ -134,17 +134,17 @@ class Phantom
       PHM_UNITPULSE             /* Unit pulse phantom */
     } PhantomID;
 
-    static const char PHM_HERMAN_STR[]=    "herman";
-    static const char PHM_BHERMAN_STR[]=   "bherman";
-    static const char PHM_ROWLAND_STR[]=   "rowland";
-    static const char PHM_BROWLAND_STR[]=  "browland";
-    static const char PHM_UNITPULSE_STR[]= "unitpulse";
-
-    static const char PHM_HERMAN_TITLE_STR[]=    "Herman Head";
-    static const char PHM_BHERMAN_TITLE_STR[]=   "Herman Head Bordered";
-    static const char PHM_ROWLAND_TITLE_STR[]=   "Rowland Head";
-    static const char PHM_BROWLAND_TITLE_STR[]=  "Rowland Head Bordered";
-    static const char PHM_UNITPULSE_TITLE_STR[]= "Unit Pulse";
+    static const char PHM_HERMAN_STR[];
+    static const char PHM_BHERMAN_STR[];
+    static const char PHM_ROWLAND_STR[];
+    static const char PHM_BROWLAND_STR[];
+    static const char PHM_UNITPULSE_STR[];
+
+    static const char PHM_HERMAN_TITLE_STR[];
+    static const char PHM_BHERMAN_TITLE_STR[];
+    static const char PHM_ROWLAND_TITLE_STR[];
+    static const char PHM_BROWLAND_TITLE_STR[];
+    static const char PHM_UNITPULSE_TITLE_STR[];
 
     Phantom (void);
     Phantom (const char* const phmName);