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

Diff of /ff3d/solver/Triangle.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 45  private: Line 45  private:
45    const Cell* __3Dcell;    const Cell* __3Dcell;
46    
47  public:  public:
48    static const size_t NumberOfVertices = 3; /**< number of vertices */    enum {
49    static const size_t NumberOfEdges    = 3; /**< number of edges */      NumberOfVertices = 3,       /**< number of vertices */
50        NumberOfEdges    = 3        /**< number of edges */
51      };
52    
53    /**    /**
54     * 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