/[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.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 48  private: Line 48  private:
48    const Cell* __3Dcell;    const Cell* __3Dcell;
49    
50  public:  public:
51    static const size_t NumberOfVertices = 4; /**< number of vertices */    enum {
52    static const size_t NumberOfEdges    = 4; /**< number of edges */      NumberOfVertices = 4,       /**< number of vertices */
53        NumberOfEdges    = 4        /**< number of edges */
54      };
55    
56    /**    /**
57     * Access to the mother cell     * Access to the mother cell

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