X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingFieldT.hxx;h=25b6bf7a0647c3f6b6f0199f53f4dcca15c7a6bf;hb=b832b15337be013a56e0976170e5e235b89fcb03;hp=1110337fdc602220cfb412020f5f47e1d7dd3ac5;hpb=e0c843a1fe827a90af91ada8d2033ffb3a7dd1d8;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingFieldT.hxx b/src/MEDCoupling/MEDCouplingFieldT.hxx index 1110337fd..25b6bf7a0 100644 --- a/src/MEDCoupling/MEDCouplingFieldT.hxx +++ b/src/MEDCoupling/MEDCouplingFieldT.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2020 CEA/DEN, EDF R&D +// Copyright (C) 2016-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -18,8 +18,7 @@ // // Author : Anthony Geay (EDF R&D) -#ifndef __MEDCOUPLINGFIELDT_HXX__ -#define __MEDCOUPLINGFIELDT_HXX__ +#pragma once #include "MEDCouplingField.hxx" #include "MEDCouplingTraits.hxx" @@ -105,5 +104,3 @@ namespace MEDCoupling MEDCouplingTimeDiscretizationTemplate *_time_discr; }; } - -#endif