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

Diff of /ff3d/solver/MeshExtractor.hpp

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

revision 1.4 by delpinux, Thu Sep 25 09:44:13 2003 UTC revision 1.5 by delpinux, Wed Oct 22 17:08:28 2003 UTC
# Line 58  public: Line 58  public:
58    
59      std::set<size_t> keptCells;      std::set<size_t> keptCells;
60    
61      for (typename MeshType::const_iterator icell = __originalMesh.begin();      for (typename MeshType::const_iterator icell(__originalMesh);
62           icell != __originalMesh.end(); ++icell) {           not(icell.end()); ++icell) {
63        const CellType& cell = *icell;        const CellType& cell = *icell;
64        if (cell.reference()==referenceNumber) {        if (cell.reference()==referenceNumber) {
65          keptCells.insert(__originalMesh.cellNumber(cell));          keptCells.insert(__originalMesh.cellNumber(cell));

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

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