]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Preparation of MEDMEM for SALOME 6x
authoreap <eap@opencascade.com>
Thu, 9 Sep 2010 14:00:30 +0000 (14:00 +0000)
committereap <eap@opencascade.com>
Thu, 9 Sep 2010 14:00:30 +0000 (14:00 +0000)
    simpier API for writing

doc/MEDMEM/FIELDcreate.cxx

index c511feb347652c26af39352ffda57cb88872a0ad..c5b2ce2cd50f01e2fd0dcdb2ee37bb679e12ad37 100644 (file)
@@ -34,7 +34,6 @@ int main (int argc, char ** argv) {
 
   /* read MESH */
   MESH * myMesh = new MESH(MED_DRIVER,MedFile,MeshName) ;
-  //  myMesh->read() ;
 
   // we need a support :
   SUPPORT * mySupport = new SUPPORT(myMesh,"Support on all CELLs",MED_CELL);
@@ -83,7 +82,7 @@ int main (int argc, char ** argv) {
     }
   
   // save this new field
-  int id = myField.addDriver(MED_DRIVER) ;
+  //myField.write(MED_DRIVER,filename) ;
 
   return 0 ;
 }