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

Diff of /ff3d/solver/MeshOfHexahedra.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by delpinux, Tue Feb 25 20:41:30 2003 UTC revision 1.4 by delpinux, Sun Apr 27 17:00:25 2003 UTC
# Line 114  public: Line 114  public:
114    
115    void buildLocalizationTools();    void buildLocalizationTools();
116    
117    MeshOfHexahedra::iterator find(const double& x,    MeshOfHexahedra::const_iterator find(const double& x,
118                                   const double& y,                                         const double& y,
119                                   const double& z);                                         const double& z) const;
120    
121    MeshOfHexahedra::iterator find(const TinyVector<3>& X)    MeshOfHexahedra::const_iterator find(const TinyVector<3>& X) const
122    {    {
123      return find(X[0], X[1], X[2]);      return find(X[0], X[1], X[2]);
124    }    }

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

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