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

Diff of /ff3d/solver/Quadrangle.hpp

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

revision 1.5 by delpinux, Fri Aug 8 08:39:56 2003 UTC revision 1.6 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 107  public: Line 107  public:
107     *     *
108     * @return 4     * @return 4
109     */     */
110    const size_t numberOfVertices() const    size_t numberOfVertices() const
111    {    {
112      return 4;      return 4;
113    }    }
# Line 117  public: Line 117  public:
117     *     *
118     * @return Cell::quadrangle3d     * @return Cell::quadrangle3d
119     */     */
120    virtual const Cell::Type type() const    virtual Cell::Type type() const
121    {    {
122      return Cell::quadrangle3d;      return Cell::quadrangle3d;
123    }    }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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