/[ff3d]/ff3d/language/FunctionExpression.cpp
ViewVC logotype

Diff of /ff3d/language/FunctionExpression.cpp

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

revision 1.3 by delpinux, Fri Feb 21 13:34:07 2003 UTC revision 1.4 by delpinux, Sun Apr 27 17:02:42 2003 UTC
# Line 109  const real_t FunctionExpressionFEM::__ev Line 109  const real_t FunctionExpressionFEM::__ev
109                                                 const real_t z)                                                 const real_t z)
110  {  {
111    MeshType& M = static_cast<MeshType&>(*(*__mesh).mesh());    MeshType& M = static_cast<MeshType&>(*(*__mesh).mesh());
112    typename MeshType::iterator i = M.find(x,y,z);    typename MeshType::const_iterator i = M.find(x,y,z);
113    
114    if (i == 0) { // outside of the mesh!    if (i == 0) { // outside of the mesh!
115      return 0;      return 0;
# Line 174  __dx(const double& x, Line 174  __dx(const double& x,
174  {  {
175    MeshType& M = static_cast<MeshType&>(*(*__mesh).mesh());    MeshType& M = static_cast<MeshType&>(*(*__mesh).mesh());
176    
177    typename MeshType::iterator i = M.find(x,y,z);    typename MeshType::const_iterator i = M.find(x,y,z);
178    
179    if (i == 0) { // outside of the mesh!    if (i == 0) { // outside of the mesh!
180      return 0;      return 0;

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