X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_perf.cxx;h=ee5b273eb6b5a61534460de658eac72891897bce;hb=dcc261ea8b9015285a05b5f7bc2960d883815c9a;hp=b3563aa88d398d9cb54d55515f05e2094491f49d;hpb=5da72d398d0eb1820c3ce6dd90b8579b6b14edf5;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_perf.cxx b/src/ParaMEDMEMTest/test_perf.cxx index b3563aa88..ee5b273eb 100644 --- a/src/ParaMEDMEMTest/test_perf.cxx +++ b/src/ParaMEDMEMTest/test_perf.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 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;