warning: no previous declaration for ...
namespace INTERP_TEST
{
- void fill_UnitTetraIntersectionBary(UnitTetraIntersectionBary& bary, double nodes[][3])
+ static void fill_UnitTetraIntersectionBary(UnitTetraIntersectionBary& bary, double nodes[][3])
{
int faceConn[4][3] = { { 0, 1, 2 },// inverse order
{ 0, 3, 1 },
using namespace MED_EN;
using namespace MED_RENUMBER;
+namespace
+{
+
void computeNeighbour(const MESH* mesh,const medGeometryElement& Type, vector<list<int> >& neighbour, int& ntot,int& nb_cell)
{
CONNECTIVITY* conn = (CONNECTIVITY*)mesh->getConnectivityptr();
}
}
}
+} // namespace
int main (int argc, char** argv)
{