/[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.3 by delpinux, Sun Apr 27 16:58:47 2003 UTC revision 1.4 by delpinux, Wed Oct 22 17:08:27 2003 UTC
# Line 48  public: Line 48  public:
48    
49    typedef Triangle BorderType;    typedef Triangle BorderType;
50    
51    virtual const Cell::Type type() const    virtual Cell::Type type() const
52    {    {
53      return Cell::tetrahedron;      return Cell::tetrahedron;
54    }    }
55    
56    
57    //! Number of Vertices.    //! Number of Vertices.
58    const size_t numberOfVertices() const    size_t numberOfVertices() const
59    {    {
60      return NumberOfVertices;      return NumberOfVertices;
61    }    }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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