Changes in src/linkedcell.hpp [57f243:d74077]
- File:
- 
      - 1 edited
 
 - 
          
  src/linkedcell.hpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      src/linkedcell.hppr57f243 rd74077 24 24 25 25 #include "defs.hpp" 26 #include " LinearAlgebra/Vector.hpp"26 #include "vector.hpp" 27 27 28 28 /****************************************** forward declarations *****************************/ … … 60 60 const LinkedCell::LinkedNodes* GetRelativeToCurrentCell(const int relative[NDIM])const ; 61 61 bool SetIndexToNode(const TesselPoint * const Walker)const ; 62 bool SetIndexToVector(const Vector * constx)const ;62 bool SetIndexToVector(const Vector &x)const ; 63 63 double SetClosestIndexToOutsideVector(const Vector * const x) const; 64 64 bool CheckBounds()const ; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
