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

Diff of /ff3d/solver/CartesianHexahedron.hpp

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

revision 1.3 by delpinux, Sun Apr 27 17:05:27 2003 UTC revision 1.4 by delpinux, Fri Aug 8 08:39:56 2003 UTC
# Line 99  public: Line 99  public:
99      __vertices[6] = &x6;      __vertices[6] = &x6;
100      __vertices[7] = &x7;      __vertices[7] = &x7;
101    
102      const TinyVector<3>& a = __vertices[0]->Vector3();      const TinyVector<3>& a = *__vertices[0];
103      const TinyVector<3>& b = __vertices[6]->Vector3();      const TinyVector<3>& b = *__vertices[6];
104    
105      const real_t hx = b[0] - a[0];      const real_t hx = b[0] - a[0];
106      const real_t hy = b[1] - a[1];      const real_t hy = b[1] - a[1];

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