X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fphantom.h;h=a82381f78fdfc014e8ddebe70ed604a173ac33fd;hb=27a474e0622ebb7229fd5705552021f63d8f932d;hp=dbaf169fc430d46ba8d7f09b12c773d112607505;hpb=ab4a3ba2c1ba9672136b5022897f81fc55d03493;p=ctsim.git diff --git a/include/phantom.h b/include/phantom.h index dbaf169..a82381f 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -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);