/[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.2 by delpinux, Tue Apr 15 20:08:39 2003 UTC revision 1.3 by delpinux, Sun Apr 27 16:58:47 2003 UTC
# Line 26  Line 26 
26  #include <Cell.hpp>  #include <Cell.hpp>
27    
28  #include <TinyVector.hpp>  #include <TinyVector.hpp>
29    #include <Edge.hpp>
30    
31  /**  /**
32   * @file   Quadrangle.hpp   * @file   Quadrangle.hpp
# Line 49  private: Line 50  private:
50    
51  public:  public:
52    enum {    enum {
53      NumberOfVertices = 4,       /**< number of vertices */      NumberOfVertices   = 4,     /**< number of vertices   */
54      NumberOfEdges    = 4        /**< number of edges */      NumberOfNeighbours = 4,     /**< number of neighbours */
55        NumberOfEdges      = 4      /**< number of edges      */
56    };    };
57    
58      typedef Edge BorderType;
59    
60    /**    /**
61     * Access to the mother cell     * Access to the mother cell
62     *     *

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

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