Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / src / ParaMEDMEMTest / ParaMEDMEMTest_StructuredCoincidentDEC.cxx
index 1f547230a1b9fa8f7d29ca96e054b3734790c36d..042d45b946266dd73a1875fc6fe40f559b355207 100644 (file)
@@ -72,9 +72,9 @@ void ParaMEDMEMTest::testStructuredCoincidentDEC() {
   MEDCoupling::MPIProcessorGroup target_group(interface,3,size-1);
   MEDCoupling::MPIProcessorGroup source_group (interface,0,2);
 
-  MEDCoupling::MEDCouplingUMesh* mesh;
-  MEDCoupling::ParaMESH* paramesh;
-  MEDCoupling::ParaFIELD* parafield;
+  MEDCoupling::MEDCouplingUMesh* mesh = nullptr;
+  MEDCoupling::ParaMESH* paramesh = nullptr;
+  MEDCoupling::ParaFIELD* parafield = nullptr;
 
   string filename_xml1 = INTERP_TEST::getResourceFile("square1_split");
   string filename_2    = INTERP_TEST::getResourceFile("square1.med");