From 48f0d6ac1139268803ff4f590e34384e273e3ca0 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 20 Jan 2006 14:40:45 +0000 Subject: [PATCH] Adjust to OCC_development_generic_2006 changes --- src/Sierpinsky/SIERPINSKY_Gen_i.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sierpinsky/SIERPINSKY_Gen_i.cxx b/src/Sierpinsky/SIERPINSKY_Gen_i.cxx index 7069dbb..974d76c 100644 --- a/src/Sierpinsky/SIERPINSKY_Gen_i.cxx +++ b/src/Sierpinsky/SIERPINSKY_Gen_i.cxx @@ -161,11 +161,11 @@ CORBA::Boolean SIERPINSKY_Gen_i::ExportToMED( const char* theFileName, CORBA::Do nodes.push_back( (*iter).myY * theSize ); connect.push_back( ind++ ); } - PNodeInfo aNodes = aMed->CrNodeInfo( aMesh, MED::eCART, nodes, TStringVector(2), TStringVector(2), TIntVector( myPoints.size() ), TIntVector() ); + PNodeInfo aNodes = aMed->CrNodeInfo( aMesh, nodes, MED::eFULL_INTERLACE, MED::eCART, TStringVector(2), TStringVector(2), TIntVector( myPoints.size() ), TIntVector() ); aMed->SetNodeInfo( aNodes, &anError ); if ( anError < 0 ) return false; - PCellInfo aCells = aMed->CrCellInfo( aMesh, MED::eMAILLE, MED::ePOINT1, eNOD, connect, TIntVector( myPoints.size() ), TIntVector( myPoints.size() ) ); + PCellInfo aCells = aMed->CrCellInfo( aMesh, MED::eMAILLE, MED::ePOINT1, connect, eNOD, TIntVector( myPoints.size() ), TIntVector( myPoints.size() ) ); aMed->SetCellInfo( aCells, &anError ); if ( anError < 0 ) return false; -- 2.39.2