X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEMTest%2Ftest_perf.cxx;h=2250280c06bff89b121e3f32c1c3df92cced10b4;hb=5f6d7861933f9c7596059d7a847e58624e177216;hp=6a5d646eae4ed12c285b8813f868fa2d83f873f1;hpb=659f8c67d0348350e12fde38fe8c4de1ff95dffe;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEMTest/test_perf.cxx b/src/ParaMEDMEMTest/test_perf.cxx index 6a5d646ea..2250280c0 100644 --- a/src/ParaMEDMEMTest/test_perf.cxx +++ b/src/ParaMEDMEMTest/test_perf.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2014 CEA/DEN, EDF R&D +// Copyright (C) 2007-2015 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 @@ -149,7 +149,7 @@ void testInterpKernelDEC_2D(const string& filename_xml1, const string& meshname1 ParaMEDMEM::MEDCouplingUMesh* mesh; ParaMEDMEM::ParaMESH* paramesh; ParaMEDMEM::ParaFIELD* parafield; - ICoCo::Field* icocofield ; + ICoCo::MEDField* icocofield ; // To remove tmp files from disk ParaMEDMEMTest_TmpFilesRemover aRemover; @@ -187,7 +187,7 @@ void testInterpKernelDEC_2D(const string& filename_xml1, const string& meshname1 for(int ielem=0; ielemgetCellMesh(),parafield->getField()); + icocofield=new ICoCo::MEDField(parafield->getField()); dec.attachLocalField(icocofield); } @@ -219,7 +219,7 @@ void testInterpKernelDEC_2D(const string& filename_xml1, const string& meshname1 double *value=parafield->getField()->getArray()->getPointer(); for(int ielem=0; ielemgetCellMesh(),parafield->getField()); + icocofield=new ICoCo::MEDField(parafield->getField()); dec.attachLocalField(icocofield); }