From d6f1569b0709b1c3361d25e484dc054a01afb08c Mon Sep 17 00:00:00 2001
From: Baptiste Mouginot <mouginot.baptiste@gmail.com>
Date: Thu, 12 Feb 2015 14:58:33 +0000
Subject: [PATCH] ...

git-svn-id: svn+ssh://svn.in2p3.fr/class@598 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/include/CLASSBackEnd.hxx     |  4 ++--
 source/trunk/include/CLASSConstante.hxx   |  4 ++--
 source/trunk/include/CLASSFacility.hxx    |  4 ++--
 source/trunk/include/CLASSFuel.hxx        |  4 ++--
 source/trunk/include/CLASSHeaders.hxx     |  4 ++--
 source/trunk/include/CLASSLogger.hxx      | 12 ++++++------
 source/trunk/include/CLASSObject.hxx      |  4 ++--
 source/trunk/include/DecayDataBank.hxx    |  4 ++--
 source/trunk/include/EquivalenceModel.hxx |  4 ++--
 source/trunk/include/EvolutionData.hxx    |  4 ++--
 source/trunk/include/FabricationPlant.hxx |  4 ++--
 source/trunk/include/IrradiationModel.hxx |  4 ++--
 source/trunk/include/IsotopicVector.hxx   |  4 ++--
 source/trunk/include/PhysicsModels.hxx    |  4 ++--
 source/trunk/include/Pool.hxx             |  4 ++--
 source/trunk/include/Reactor.hxx          |  4 ++--
 source/trunk/include/Scenario.hxx         |  4 ++--
 source/trunk/include/SeparationPlant.hxx  |  4 ++--
 source/trunk/include/Storage.hxx          |  4 ++--
 source/trunk/include/XSModel.hxx          |  4 ++--
 20 files changed, 44 insertions(+), 44 deletions(-)

diff --git a/source/trunk/include/CLASSBackEnd.hxx b/source/trunk/include/CLASSBackEnd.hxx
index fb36d17d0..4241d99c2 100644
--- a/source/trunk/include/CLASSBackEnd.hxx
+++ b/source/trunk/include/CLASSBackEnd.hxx
@@ -1,6 +1,6 @@
 
-#ifndef _CLASSBACKEND_HXX
-#define _CLASSBACKEND_HXX
+#ifndef _CLASSBACKEND_
+#define _CLASSBACKEND_
 
 
 /*!
diff --git a/source/trunk/include/CLASSConstante.hxx b/source/trunk/include/CLASSConstante.hxx
index 316c805c2..c6d7bb4ca 100644
--- a/source/trunk/include/CLASSConstante.hxx
+++ b/source/trunk/include/CLASSConstante.hxx
@@ -1,5 +1,5 @@
-#ifndef _CLASSConstante_HXX_
-#define _CLASSConstante_HXX_
+#ifndef _CLASSConstante_
+#define _CLASSConstante_
 
 //CLASS library
 #include "ZAIMass.hxx"
diff --git a/source/trunk/include/CLASSFacility.hxx b/source/trunk/include/CLASSFacility.hxx
index 2ba95437c..05807c986 100644
--- a/source/trunk/include/CLASSFacility.hxx
+++ b/source/trunk/include/CLASSFacility.hxx
@@ -1,6 +1,6 @@
 
-#ifndef _CLASSFACILITY_HXX
-#define _CLASSFACILITY_HXX
+#ifndef _CLASSFACILITY_
+#define _CLASSFACILITY_
 
 
 /*!
diff --git a/source/trunk/include/CLASSFuel.hxx b/source/trunk/include/CLASSFuel.hxx
index 89c3826e4..03d9dbc96 100644
--- a/source/trunk/include/CLASSFuel.hxx
+++ b/source/trunk/include/CLASSFuel.hxx
@@ -1,6 +1,6 @@
 
-#ifndef _CLASSFUEL_HXX
-#define _CLASSFUEL_HXX
+#ifndef _CLASSFUEL_
+#define _CLASSFUEL_
 
 
 /*!
diff --git a/source/trunk/include/CLASSHeaders.hxx b/source/trunk/include/CLASSHeaders.hxx
index 2a9e3fe3f..5fc0561f9 100755
--- a/source/trunk/include/CLASSHeaders.hxx
+++ b/source/trunk/include/CLASSHeaders.hxx
@@ -1,5 +1,5 @@
-#ifndef _CLASSHEADERS_HXX_
-#define _CLASSHEADERS_HXX_
+#ifndef _CLASSHEADERS_
+#define _CLASSHEADERS_
 
 
 
diff --git a/source/trunk/include/CLASSLogger.hxx b/source/trunk/include/CLASSLogger.hxx
index e2d6ca0cb..f1282977b 100755
--- a/source/trunk/include/CLASSLogger.hxx
+++ b/source/trunk/include/CLASSLogger.hxx
@@ -1,5 +1,5 @@
-#ifndef _LOG_CLASS_
-#define _LOG_CLASS_
+#ifndef _LOG_
+#define _LOG_
 
 
 /*!
@@ -43,8 +43,8 @@ using namespace std;
 
 
 
-#ifndef _LOGTYPE_CLASS
-#define _LOGTYPE_CLASS
+#ifndef _LOGTYPE_
+#define _LOGTYPE_
 
 //-----------------------------------------------------------------------------//
 //!handles output stream in CLASS
@@ -124,8 +124,8 @@ public:
 #endif
 
 
-#ifndef _CLASSLogger_CLASS_
-#define _CLASSLogger_CLASS_
+#ifndef _CLASSLogger_
+#define _CLASSLogger_
 
 //-----------------------------------------------------------------------------//
 //! Object to handle output messages
diff --git a/source/trunk/include/CLASSObject.hxx b/source/trunk/include/CLASSObject.hxx
index 907924fec..8d2f1d538 100644
--- a/source/trunk/include/CLASSObject.hxx
+++ b/source/trunk/include/CLASSObject.hxx
@@ -1,6 +1,6 @@
 
-#ifndef _CLASSOBJECT_HXX
-#define _CLASSOBJECT_HXX
+#ifndef _CLASSOBJECT_
+#define _CLASSOBJECT_
 
 
 /*!
diff --git a/source/trunk/include/DecayDataBank.hxx b/source/trunk/include/DecayDataBank.hxx
index ef0c09d75..7b2f19876 100644
--- a/source/trunk/include/DecayDataBank.hxx
+++ b/source/trunk/include/DecayDataBank.hxx
@@ -1,5 +1,5 @@
-#ifndef __DecayDataBank_HXX__
-#define __DecayDataBank_HXX__
+#ifndef _DecayDataBank_
+#define _DecayDataBank_
 
 /*!
  \file
diff --git a/source/trunk/include/EquivalenceModel.hxx b/source/trunk/include/EquivalenceModel.hxx
index c4e27974f..4417fc569 100644
--- a/source/trunk/include/EquivalenceModel.hxx
+++ b/source/trunk/include/EquivalenceModel.hxx
@@ -1,5 +1,5 @@
-#ifndef _EQUIVALENCEMODEL_HXX
-#define _EQUIVALENCEMODEL_HXX
+#ifndef _EQUIVALENCEMODEL_
+#define _EQUIVALENCEMODEL_
 
 
 /*!
diff --git a/source/trunk/include/EvolutionData.hxx b/source/trunk/include/EvolutionData.hxx
index da449a447..7d0a20e9e 100755
--- a/source/trunk/include/EvolutionData.hxx
+++ b/source/trunk/include/EvolutionData.hxx
@@ -1,5 +1,5 @@
-#ifndef __EvolutionData_HXX__
-#define __EvolutionData_HXX__
+#ifndef _EvolutionData_
+#define _EvolutionData_
 
 /*!
  \file
diff --git a/source/trunk/include/FabricationPlant.hxx b/source/trunk/include/FabricationPlant.hxx
index 742229bab..072e60dfe 100644
--- a/source/trunk/include/FabricationPlant.hxx
+++ b/source/trunk/include/FabricationPlant.hxx
@@ -1,5 +1,5 @@
-#ifndef __FabricationPlant_HXX__
-#define __FabricationPlant_HXX__
+#ifndef _FabricationPlant_
+#define _FabricationPlant_
 
 /*!
  \file
diff --git a/source/trunk/include/IrradiationModel.hxx b/source/trunk/include/IrradiationModel.hxx
index 075e21d35..07a7effa0 100644
--- a/source/trunk/include/IrradiationModel.hxx
+++ b/source/trunk/include/IrradiationModel.hxx
@@ -1,5 +1,5 @@
-#ifndef _IRRADIATIONMODEL_HXX
-#define _IRRADIATIONMODEL_HXX
+#ifndef _IRRADIATIONMODEL_
+#define _IRRADIATIONMODEL_
 
 
 /*!
diff --git a/source/trunk/include/IsotopicVector.hxx b/source/trunk/include/IsotopicVector.hxx
index 3d914ac05..46bbd4d2a 100755
--- a/source/trunk/include/IsotopicVector.hxx
+++ b/source/trunk/include/IsotopicVector.hxx
@@ -1,5 +1,5 @@
-#ifndef __ISOTOPICVECTOR_HXX__
-#define __ISOTOPICVECTOR_HXX__
+#ifndef _ISOTOPICVECTOR_
+#define _ISOTOPICVECTOR_
 
 
 /*!
diff --git a/source/trunk/include/PhysicsModels.hxx b/source/trunk/include/PhysicsModels.hxx
index 6e9f74447..43bfb8201 100644
--- a/source/trunk/include/PhysicsModels.hxx
+++ b/source/trunk/include/PhysicsModels.hxx
@@ -1,6 +1,6 @@
 
-#ifndef _PhysicsModels_HXX
-#define _PhysicsModels_HXX
+#ifndef _PhysicsModels_
+#define _PhysicsModels_
 
 
 /*!
diff --git a/source/trunk/include/Pool.hxx b/source/trunk/include/Pool.hxx
index 79cf04459..c1c8da2a5 100755
--- a/source/trunk/include/Pool.hxx
+++ b/source/trunk/include/Pool.hxx
@@ -1,5 +1,5 @@
-#ifndef __Pool_HXX__
-#define __Pool_HXX__
+#ifndef _Pool_
+#define _Pool_
 /*!
  \file
  \brief Header file for Pool class.
diff --git a/source/trunk/include/Reactor.hxx b/source/trunk/include/Reactor.hxx
index e29bbc213..79771e22d 100755
--- a/source/trunk/include/Reactor.hxx
+++ b/source/trunk/include/Reactor.hxx
@@ -1,5 +1,5 @@
-#ifndef __Reactor_HXX__
-#define __Reactor_HXX__
+#ifndef _Reactor_
+#define _Reactor_
 
 /*!
  \file
diff --git a/source/trunk/include/Scenario.hxx b/source/trunk/include/Scenario.hxx
index 0e19675e9..c2d2603d6 100755
--- a/source/trunk/include/Scenario.hxx
+++ b/source/trunk/include/Scenario.hxx
@@ -1,5 +1,5 @@
-#ifndef _SCENARIO_HXX_
-#define _SCENARIO_HXX_
+#ifndef _SCENARIO_
+#define _SCENARIO_
 /*!
  \file
  \brief Header file for CLASS classes.
diff --git a/source/trunk/include/SeparationPlant.hxx b/source/trunk/include/SeparationPlant.hxx
index 697b2b670..cf988d6b9 100644
--- a/source/trunk/include/SeparationPlant.hxx
+++ b/source/trunk/include/SeparationPlant.hxx
@@ -1,5 +1,5 @@
-#ifndef __SeparationPlant_HXX__
-#define __SeparationPlant_HXX__
+#ifndef _SeparationPlant_
+#define _SeparationPlant_
 /*!
  \file
  \brief Header file for SeparationPlant class.
diff --git a/source/trunk/include/Storage.hxx b/source/trunk/include/Storage.hxx
index 5a5a4b873..9c3b5f108 100644
--- a/source/trunk/include/Storage.hxx
+++ b/source/trunk/include/Storage.hxx
@@ -1,5 +1,5 @@
-#ifndef __Storage_HXX__
-#define __Storage_HXX__
+#ifndef _Storage_
+#define _Storage_
 
 /*!
  \file 
diff --git a/source/trunk/include/XSModel.hxx b/source/trunk/include/XSModel.hxx
index b3c6ce059..73b326797 100644
--- a/source/trunk/include/XSModel.hxx
+++ b/source/trunk/include/XSModel.hxx
@@ -1,5 +1,5 @@
-#ifndef _XSMODEL_HXX
-#define _XSMODEL_HXX
+#ifndef _XSMODEL_
+#define _XSMODEL_
 
 
 /*!
-- 
GitLab