]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Fix for compilation with gcc 4.7
authorgdd <gdd>
Thu, 7 Jun 2012 13:52:51 +0000 (13:52 +0000)
committergdd <gdd>
Thu, 7 Jun 2012 13:52:51 +0000 (13:52 +0000)
src/INTERP_KERNEL/IntersectorCU2D.txx
src/INTERP_KERNEL/PointLocatorAlgos.txx

index ee2d36c250e5d0ee7cd08d37102718c2faa7ac13..cade7ceb3923140e151c045d6b83bf46b2d74374 100644 (file)
@@ -57,7 +57,7 @@ namespace INTERP_KERNEL
                                              const std::vector<CConnType>& icellS)
   {
     std::vector<double> uCoords;
-    getUCoordinates( icellT, uCoords );
+    this->getUCoordinates( icellT, uCoords );
 
     NormalizedCellType tT = INTER_CU::_meshU.getTypeOfElement( _TMIU(icellT));
     bool is_tgt_quad = CellModel::GetCellModel(tT).isQuadratic();
index d30ea1540f155a46b3e32983f4f41aba4c06fcff..db6972d2a65fffc2c077e44636c8184780c038c8 100644 (file)
@@ -302,8 +302,8 @@ namespace INTERP_KERNEL
                                 if ( !sonNodesSet.count( conn_elem[cn] ))
                                   {
                                     simplexConn.back() = conn_elem[cn];
-                                    if ( isElementContainsPoint( x, simlexType, coords,
-                                                                 &simplexConn[0], simplexConn.size(), eps ))
+                                    if ( this->isElementContainsPoint( x, simlexType, coords,
+                                                                       &simplexConn[0], simplexConn.size(), eps ))
                                       {
                                         simplexNodes.insert( simplexNodes.end(),
                                                              simplexConn.begin(), simplexConn.end());