From: Kevin M. Rosenberg Date: Sat, 15 Mar 2003 15:03:46 +0000 (+0000) Subject: r4206: Auto commit for Debian build X-Git-Tag: debian-4.5.3-3~87 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=e48b6af3c3a5c3181f3e4123c3c49bb945026b80 r4206: Auto commit for Debian build --- diff --git a/include/phantom.h b/include/phantom.h index ca13f36..ca3efab 100644 --- a/include/phantom.h +++ b/include/phantom.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: phantom.h,v 1.26 2003/03/15 14:52:36 kevin Exp $ +** $Id: phantom.h,v 1.27 2003/03/15 15:03:46 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 @@ -79,6 +79,8 @@ class PhantomElement const double u() const {return m_u;} const double v() const {return m_v;} + static PhmElemType convertNameToType (const char* const typeName); + void printDefinition (std::ostream& os) const; void printDefinition (std::ostringstream& os) const; @@ -101,7 +103,6 @@ class PhantomElement static const double SCALE_PELEM_EXTENT; // increase pelem limits by 0.5% static const char* const convertTypeToName (PhmElemType iType); - static PhmElemType convertNameToType (const char* const typeName); void makeTransformMatrices ();