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

Diff of /ff3d/solver/MeshOfTetrahedra.cpp

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

revision 1.1.1.1 by delpinux, Mon Feb 17 16:32:51 2003 UTC revision 1.2 by delpinux, Fri Aug 8 08:39:56 2003 UTC
# Line 35  void MeshOfTetrahedra::buildLocalization Line 35  void MeshOfTetrahedra::buildLocalization
35    ConnectivityBuilder<MeshOfTetrahedra> (*this, *__connectivity);    ConnectivityBuilder<MeshOfTetrahedra> (*this, *__connectivity);
36    
37    // getting bounding box size    // getting bounding box size
38    __a = (this->vertex(0)).Vector3();    __a = (this->vertex(0));
39    __b = __a;    __b = __a;
40    for (size_t i=1; i<this->numberOfVertices(); ++i) {    for (size_t i=1; i<this->numberOfVertices(); ++i) {
41      Vertex& x = this->vertex(i);      Vertex& x = this->vertex(i);

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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