X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_perf.cxx;h=ee5b273eb6b5a61534460de658eac72891897bce;hb=dcc261ea8b9015285a05b5f7bc2960d883815c9a;hp=86d7534af31a1f741663780ba5d7746c58f4467e;hpb=ffb8188e28b2b60ee207a8644286821bc4e8fcdc;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_perf.cxx b/src/ParaMEDMEMTest/test_perf.cxx index 86d7534af..ee5b273eb 100644 --- a/src/ParaMEDMEMTest/test_perf.cxx +++ b/src/ParaMEDMEMTest/test_perf.cxx @@ -146,10 +146,10 @@ void testInterpKernelDEC_2D(const string& filename_xml1, const string& meshname1 else dec.setIntersectionType(INTERP_KERNEL::Convex); - MEDCoupling::MEDCouplingUMesh* mesh; - MEDCoupling::ParaMESH* paramesh; - MEDCoupling::ParaFIELD* parafield; - ICoCo::MEDField* icocofield ; + MEDCoupling::MEDCouplingUMesh* mesh = nullptr; + MEDCoupling::ParaMESH* paramesh = nullptr; + MEDCoupling::ParaFIELD* parafield = nullptr; + ICoCo::MEDField* icocofield = nullptr; // To remove tmp files from disk ParaMEDMEMTest_TmpFilesRemover aRemover;