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

Diff of /ff3d/solver/BoundaryConditionDiscretizationElimination.hpp

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

revision 1.3 by delpinux, Sun May 4 18:09:00 2003 UTC revision 1.4 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 190  private: Line 190  private:
190    
191        typedef typename FEType::Transformation ConformTransformation;        typedef typename FEType::Transformation ConformTransformation;
192    
193        for (typename SurfaceMeshType::const_iterator icell = surfMesh.begin();        for (typename SurfaceMeshType::const_iterator icell(surfMesh);
194             icell != surfMesh.end(); ++icell) {             not(icell.end()); ++icell) {
195    
196          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;          const typename SurfaceMeshType::ElementsGeometry& cell = *icell;
197          const ConformTransformation CT(cell);          const ConformTransformation CT(cell);

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