/[ff3d]/ff3d/solver/SurfaceMeshGenerator.cpp
ViewVC logotype

Diff of /ff3d/solver/SurfaceMeshGenerator.cpp

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

revision 1.48 by delpinux, Wed Oct 8 17:11:08 2003 UTC revision 1.49 by ArceneL, Tue Oct 14 15:29:58 2003 UTC
# Line 2650  __createSurface(Structured3DMesh& SMesh, Line 2650  __createSurface(Structured3DMesh& SMesh,
2650               << "meshing object " << S << " a problem occured ...\n"               << "meshing object " << S << " a problem occured ...\n"
2651               << "Check that:\n"               << "Check that:\n"
2652               << "- the object is not to small compare to the background mesh\n"               << "- the object is not to small compare to the background mesh\n"
2653               << "- the object intersectes the background mesh\n\n";               << "- the object intersects the background mesh\n\n";
2654      std::exit(1);      std::exit(1);
2655    }    }
2656    
# Line 2700  __createSurface(Structured3DMesh& SMesh, Line 2700  __createSurface(Structured3DMesh& SMesh,
2700            }            }
2701          }          }
2702    
2703          if (intersected) { // Means that the hexahedron intersectes the object.          if (intersected) { // Means that the hexahedron intersects the object.
2704            int sens = (icell+jcell+kcell)%2;            int sens = (icell+jcell+kcell)%2;
2705            ReferenceCounting<std::vector<Edge> > pAddedEdges;            ReferenceCounting<std::vector<Edge> > pAddedEdges;
2706            pAddedEdges = new std::vector<Edge>(6);            pAddedEdges = new std::vector<Edge>(6);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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