X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingFieldT.hxx;h=a07c61373f734766408af0bcf7fb0c3ba0612568;hb=9abc40a840f69fd7f07b356cd31876b64dc81e14;hp=f9b22d3de0956cda9d6ad98ef92383273868143f;hpb=b219559763498c4bd10c730cd3d2c62b1eed45db;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingFieldT.hxx b/src/MEDCoupling/MEDCouplingFieldT.hxx index f9b22d3de..a07c61373 100644 --- a/src/MEDCoupling/MEDCouplingFieldT.hxx +++ b/src/MEDCoupling/MEDCouplingFieldT.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2016-2019 CEA/DEN, EDF R&D +// Copyright (C) 2016-2022 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 @@ -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