X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fprojections.cpp;fp=libctsim%2Fprojections.cpp;h=c0e48713d85d279b1820c35cfd8e50d9946a2b58;hp=64730029714c60dac9fb70dcc9630ff81448e60d;hb=87f312d59cabca5080b481a20314601ea476c4be;hpb=f667aa59ee6fe8f78637b29a23846e049fb16121 diff --git a/libctsim/projections.cpp b/libctsim/projections.cpp index 6473002..c0e4871 100644 --- a/libctsim/projections.cpp +++ b/libctsim/projections.cpp @@ -8,7 +8,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: projections.cpp,v 1.82 2003/03/23 18:37:42 kevin Exp $ +** $Id: projections.cpp,v 1.83 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 @@ -37,15 +37,15 @@ const int Projections::POLAR_INTERP_BICUBIC = 2; const char* const Projections::s_aszInterpName[] = { - {"nearest"}, - {"bilinear"}, + "nearest", + "bilinear", // {"bicubic"}, }; const char* const Projections::s_aszInterpTitle[] = { - {"Nearest"}, - {"Bilinear"}, + "Nearest", + "Bilinear", // {"Bicubic"}, };