X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fphantom.cpp;h=1a8c6b174aab01003667fd01e187a8a7a81fd752;hp=9d9a537acadf1c43f22622a6c42179e0705f02e4;hb=8a7697ce57b56cdc43698cd1241ad98d49f9b5ac;hpb=40ef0ef58e4d5617d7ddb7b1d145e8981b61215f diff --git a/libctsim/phantom.cpp b/libctsim/phantom.cpp index 9d9a537..1a8c6b1 100644 --- a/libctsim/phantom.cpp +++ b/libctsim/phantom.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: phantom.cpp,v 1.33 2003/03/15 14:52:36 kevin Exp $ +** $Id$ ** ** 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 @@ -38,16 +38,16 @@ const int Phantom::PHM_UNITPULSE = 2; const char* Phantom::s_aszPhantomName[] = { - {"herman"}, - {"shepp-logan"}, - {"unit-pulse"}, + "herman", + "shepp-logan", + "unit-pulse", }; const char* Phantom::s_aszPhantomTitle[] = { - {"Herman Head"}, - {"Shepp-Logan"}, - {"Unit Pulse"}, + "Herman Head", + "Shepp-Logan", + "Unit Pulse", }; const int Phantom::s_iPhantomCount = sizeof(s_aszPhantomName) / sizeof(const char*);