/[ff3d]/ff3d/solver/Tetrahedron.hpp
ViewVC logotype

Diff of /ff3d/solver/Tetrahedron.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Tue Apr 15 20:08:39 2003 UTC
# Line 39  class Tetrahedron Line 39  class Tetrahedron
39    : public Cell    : public Cell
40  {  {
41  public:  public:
42    static const size_t NumberOfVertices = 4; /**< number of vertices */    enum {
43    static const size_t NumberOfFaces    = 4; /**< number of faces */      NumberOfVertices = 4,       /**< number of vertices */
44    static const size_t NumberOfEdges    = 6;/**< number of edges */      NumberOfFaces    = 4,       /**< number of faces */
45        NumberOfEdges    = 6        /**< number of edges */
46      };
47    
48    typedef Triangle FacesType;    typedef Triangle FacesType;
49    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26