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

Diff of /ff3d/solver/Connectivity.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, Sun Apr 27 17:05:27 2003 UTC
# Line 37  template<typename CellType> Line 37  template<typename CellType>
37  class Connectivity  class Connectivity
38  {  {
39  public:  public:
40    typedef TinyVector<CellType::NumberOfFaces, CellType*> Type;    typedef TinyVector<CellType::NumberOfNeighbours, const CellType*> Type;
41    
42  private:  private:
43    Vector<Connectivity<CellType>::Type> __connections;    Vector<Connectivity<CellType>::Type> __connections;

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