X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_perf.cxx;h=ee5b273eb6b5a61534460de658eac72891897bce;hb=dcc261ea8b9015285a05b5f7bc2960d883815c9a;hp=beca413d8901568047b9359485cf743c5fa3283b;hpb=c8d33262ed6d2041da8512b02f8c8b4ffadf733d;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_perf.cxx b/src/ParaMEDMEMTest/test_perf.cxx index beca413d8..ee5b273eb 100644 --- a/src/ParaMEDMEMTest/test_perf.cxx +++ b/src/ParaMEDMEMTest/test_perf.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D +// Copyright (C) 2007-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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;