From: abn Date: Mon, 3 Apr 2017 08:43:40 +0000 (+0200) Subject: CLang compatibility X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0197a53576d2f21c957807d853f042cf647669b0;p=tools%2Fmedcoupling.git CLang compatibility --- diff --git a/src/INTERP_KERNEL/InterpKernelMeshQuality.hxx b/src/INTERP_KERNEL/InterpKernelMeshQuality.hxx index 6ac61c3d0..b61a384be 100644 --- a/src/INTERP_KERNEL/InterpKernelMeshQuality.hxx +++ b/src/INTERP_KERNEL/InterpKernelMeshQuality.hxx @@ -18,7 +18,7 @@ // // Author : Anthony Geay (CEA/DEN) -#ifndef __INTERPKERNELMESHQUALITY_HXX_ +#ifndef __INTERPKERNELMESHQUALITY_HXX__ #define __INTERPKERNELMESHQUALITY_HXX__ #include "INTERPKERNELDefines.hxx" diff --git a/src/INTERP_KERNELTest/SingleElementPlanarTests.cxx b/src/INTERP_KERNELTest/SingleElementPlanarTests.cxx index 2abd41fdd..b0c8d29fc 100644 --- a/src/INTERP_KERNELTest/SingleElementPlanarTests.cxx +++ b/src/INTERP_KERNELTest/SingleElementPlanarTests.cxx @@ -262,17 +262,17 @@ namespace INTERP_TEST } // Square and diamond intersecting with no degeneracy // /\ - // / \ - // / \ - // __/______\__ - // | / \ | - // |/ \| + // / \ + // / \ + // __/______\__ + // | / \ | + // |/ \| // / \ - // /| |\ - // \| |/ - // \ / - // |\ /| - // |_\________/_| + // /| |\ + // \| |/ + // \ / + // |\ /| + // |_\________/_| // \ / // \ / // \ / @@ -369,7 +369,7 @@ namespace INTERP_TEST // Two diamonds intersecting at one vertex on edge and one double vertex // /\ /\ // / \ / \ - // / ¤ \ + // / � \ // / / \ \ // \ \ / / // \ * / @@ -500,12 +500,12 @@ namespace INTERP_TEST (INTERP_KERNEL::checkEqualPolygons,2>(&actual_result, &expected_result, _Epsilon))); } // square and diamond intersecting at four degenerated pointss // - // ²/²\ - // ² / ² \ - // ² / ² \ - // ² \ ² / - // ² \ ² / - // ²\²/ + // �/�\ + // � / � \ + // � / � \ + // � \ � / + // � \ � / + // �\�/ // \brief Status : pass void SingleElementPlanarTests::diamondsCritical2() @@ -542,14 +542,14 @@ namespace INTERP_TEST // Two tangent hexagons with double vertices and a critical starting vertex on edge // _________ - // / \²²² - // ² \² + // / \��� + // � \� // / \ - // / ² ² \ + // / � � \ // \ / - // \ ² ² / + // \ � � / // \ / - // \²_______²/ + // \�_______�/ // \brief Status : pass @@ -599,11 +599,11 @@ namespace INTERP_TEST // Two tangent hexagons with double vertices and a critical starting vertex on edge // _______ // / \ - // / \ + // / \ // \ / // \_______/ // / \ - // / \ + // / \ // \ / // \_______/ @@ -666,22 +666,22 @@ namespace INTERP_TEST (INTERP_KERNEL::checkEqualPolygons,2>(&actual_result, &expected_result, _Epsilon))); } // Two diamonds sharing a vertex in an exclusion configuration - // /\ - // / \ - // / \ - // / \ - // \ / - // \ / - // \ / - // \/ - // /\ - // / \ - // / \ - // / \ - // \ / - // \ / - // \ / - // \/ + // /\ + // / \ + // / \ + // / \ + // \ / + // \ / + // \ / + // \/ + // /\ + // / \ + // / \ + // / \ + // \ / + // \ / + // \ / + // \/ // \brief Status : pass @@ -710,12 +710,12 @@ namespace INTERP_TEST // ____ // /|\ / // / | \/ - // / | /\ - // / |/ \ - // \ / - // \ / - // \ / - // \ / + // / | /\ + // / |/ \ + // \ / + // \ / + // \ / + // \ / // \brief Status : pass void SingleElementPlanarTests:: triangleAndDiamondCritical() @@ -751,7 +751,7 @@ namespace INTERP_TEST // | | // | |\ | // | | \| - // | | \ + // | | \ // | | |\ // | | |/ // | | / @@ -794,10 +794,10 @@ namespace INTERP_TEST } // Two triangles with a starting vertex on edge - // /\ ²²²² - // / ² ² - // / ² ² - // /__²___\ + // /\ ���� + // / � � + // / � � + // /__�___\ // \brief Status : pass void SingleElementPlanarTests::trianglesCritical() @@ -839,7 +839,7 @@ namespace INTERP_TEST // /\ /\ // / \ / \ // / \ / \ - // /______\/______\ + // /______\/______\ // \brief Status : pass @@ -952,10 +952,10 @@ namespace INTERP_TEST } // Two triangles with double starting point in an outer tangency configuration - // /\ - // / \ - // / \ - // /______\ + // /\ + // / \ + // / \ + // /______\ // \ / // \ / // \ / diff --git a/src/INTERP_KERNELTest/TransformedTriangleTest.cxx b/src/INTERP_KERNELTest/TransformedTriangleTest.cxx index da36fb861..4cc591f27 100644 --- a/src/INTERP_KERNELTest/TransformedTriangleTest.cxx +++ b/src/INTERP_KERNELTest/TransformedTriangleTest.cxx @@ -263,7 +263,7 @@ namespace INTERP_TEST const int num_zero = (c_yz*c_xh == 0.0 ? 1 : 0) + (c_zx*c_yh == 0.0 ? 1 : 0) + (c_xy*c_zh == 0.0 ? 1 : 0); const int num_neg = (c_yz*c_xh < 0.0 ? 1 : 0) + (c_zx*c_yh < 0.0 ? 1 : 0) + (c_xy*c_zh < 0.0 ? 1 : 0); - if((num_zero == 1 && num_neg != 1) || num_zero == 2 || num_neg == 0 && num_zero !=3 || num_neg == 3 ) + if((num_zero == 1 && num_neg != 1) || num_zero == 2 || (num_neg == 0 && num_zero !=3) || num_neg == 3 ) { ++num_cases; diff --git a/src/MEDCoupling/MEDCouplingFieldDouble.cxx b/src/MEDCoupling/MEDCouplingFieldDouble.cxx index c4841f062..3fef0349a 100644 --- a/src/MEDCoupling/MEDCouplingFieldDouble.cxx +++ b/src/MEDCoupling/MEDCouplingFieldDouble.cxx @@ -39,7 +39,7 @@ using namespace MEDCoupling; -template class MEDCouplingFieldT; +template class MEDCoupling::MEDCouplingFieldT; /*! * Creates a new MEDCouplingFieldDouble, of given spatial type and time discretization. diff --git a/src/MEDCoupling/MEDCouplingFieldInt.cxx b/src/MEDCoupling/MEDCouplingFieldInt.cxx index f6b6fa297..51811f687 100644 --- a/src/MEDCoupling/MEDCouplingFieldInt.cxx +++ b/src/MEDCoupling/MEDCouplingFieldInt.cxx @@ -26,7 +26,7 @@ using namespace MEDCoupling; -template class MEDCouplingFieldT; +template class MEDCoupling::MEDCouplingFieldT; MEDCouplingFieldInt *MEDCouplingFieldInt::New(TypeOfField type, TypeOfTimeDiscretization td) { diff --git a/src/MEDCoupling/MEDCouplingMemArray.cxx b/src/MEDCoupling/MEDCouplingMemArray.cxx index 53213b741..6609e9142 100644 --- a/src/MEDCoupling/MEDCouplingMemArray.cxx +++ b/src/MEDCoupling/MEDCouplingMemArray.cxx @@ -36,10 +36,10 @@ typedef double (*MYFUNCPTR)(double); using namespace MEDCoupling; -template class MemArray; -template class MemArray; -template class DataArrayTemplate; -template class DataArrayTemplate; +template class MEDCoupling::MemArray; +template class MEDCoupling::MemArray; +template class MEDCoupling::DataArrayTemplate; +template class MEDCoupling::DataArrayTemplate; template void DataArrayDouble::findCommonTuplesAlg(const double *bbox, int nbNodes, int limitNodeId, double prec, DataArrayInt *c, DataArrayInt *cI) const diff --git a/src/MEDCoupling/MEDCouplingMemArrayChar.cxx b/src/MEDCoupling/MEDCouplingMemArrayChar.cxx index 854dcf880..590423fdb 100644 --- a/src/MEDCoupling/MEDCouplingMemArrayChar.cxx +++ b/src/MEDCoupling/MEDCouplingMemArrayChar.cxx @@ -30,8 +30,8 @@ using namespace MEDCoupling; -template class MemArray; -template class DataArrayTemplate; +template class MEDCoupling::MemArray; +template class MEDCoupling::DataArrayTemplate; /*! * Returns an integer value characterizing \a this array, which is useful for a quick diff --git a/src/MEDCoupling/MEDCouplingTimeDiscretization.cxx b/src/MEDCoupling/MEDCouplingTimeDiscretization.cxx index b29ee50fd..988048d99 100644 --- a/src/MEDCoupling/MEDCouplingTimeDiscretization.cxx +++ b/src/MEDCoupling/MEDCouplingTimeDiscretization.cxx @@ -29,8 +29,8 @@ using namespace MEDCoupling; -template class MEDCouplingTimeDiscretizationTemplate; -template class MEDCouplingTimeDiscretizationTemplate; +template class MEDCoupling::MEDCouplingTimeDiscretizationTemplate; +template class MEDCoupling::MEDCouplingTimeDiscretizationTemplate; const char MEDCouplingTimeDiscretizationInt::REPR[]="One time label.";