Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingFieldT.hxx
index 1110337fdc602220cfb412020f5f47e1d7dd3ac5..25b6bf7a0647c3f6b6f0199f53f4dcca15c7a6bf 100644 (file)
@@ -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<T> *_time_discr;
   };
 }
-
-#endif