From ff6ed5aaecf757b564e772808dab8dc325b5ebbc Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Thu, 5 Feb 2015 15:14:46 +0000
Subject: [PATCH] comments corrections

git-svn-id: svn+ssh://svn.in2p3.fr/class@545 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/Model/Equivalence/EQM_BakerRoss_FBR_MOX.hxx | 2 +-
 source/trunk/Model/Equivalence/EQM_LIN_PWR_MOX.hxx       | 2 +-
 source/trunk/Model/Equivalence/EQM_MLP_PWR_MOX.hxx       | 2 +-
 source/trunk/Model/Equivalence/EQM_POL_PWR_UO2.hxx       | 2 +-
 source/trunk/Model/Equivalence/EQM_QUAD_PWR_MOX.hxx      | 3 +--
 source/trunk/Model/Irradiation/IM_Matrix.hxx             | 2 +-
 source/trunk/Model/Irradiation/IM_RK4.hxx                | 2 +-
 7 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/source/trunk/Model/Equivalence/EQM_BakerRoss_FBR_MOX.hxx b/source/trunk/Model/Equivalence/EQM_BakerRoss_FBR_MOX.hxx
index 53f570d9f..4eddfb151 100644
--- a/source/trunk/Model/Equivalence/EQM_BakerRoss_FBR_MOX.hxx
+++ b/source/trunk/Model/Equivalence/EQM_BakerRoss_FBR_MOX.hxx
@@ -17,7 +17,7 @@
 using namespace std;
 
 //-----------------------------------------------------------------------------//
-//! Define an EquivalenceModel based on Baker and Ross formula
+//! Defines an EquivalenceModel based on Baker and Ross formula
 
 /*!
  The aim of these class is to constuct a fuel from an equivalence model
diff --git a/source/trunk/Model/Equivalence/EQM_LIN_PWR_MOX.hxx b/source/trunk/Model/Equivalence/EQM_LIN_PWR_MOX.hxx
index dde4578f6..851bcd3d7 100644
--- a/source/trunk/Model/Equivalence/EQM_LIN_PWR_MOX.hxx
+++ b/source/trunk/Model/Equivalence/EQM_LIN_PWR_MOX.hxx
@@ -17,7 +17,7 @@
 using namespace std;
 
 //-----------------------------------------------------------------------------//
-//! Define an EquivalenceModel based on a linear fit
+//! Defines an EquivalenceModel based on a linear fit
 
 /*!
  The aim of these class is to constuct a fuel from an equivalence model
diff --git a/source/trunk/Model/Equivalence/EQM_MLP_PWR_MOX.hxx b/source/trunk/Model/Equivalence/EQM_MLP_PWR_MOX.hxx
index 8faa52e15..21b633da4 100644
--- a/source/trunk/Model/Equivalence/EQM_MLP_PWR_MOX.hxx
+++ b/source/trunk/Model/Equivalence/EQM_MLP_PWR_MOX.hxx
@@ -17,7 +17,7 @@
 using namespace std;
 
 //-----------------------------------------------------------------------------//
-//! Define an EquivalenceModel based on neural network
+//! Defines an EquivalenceModel based on neural network
 
 /*!
  The aim of these class is to constuct a fuel from an equivalence model
diff --git a/source/trunk/Model/Equivalence/EQM_POL_PWR_UO2.hxx b/source/trunk/Model/Equivalence/EQM_POL_PWR_UO2.hxx
index 37ae2c6fc..6f8631669 100644
--- a/source/trunk/Model/Equivalence/EQM_POL_PWR_UO2.hxx
+++ b/source/trunk/Model/Equivalence/EQM_POL_PWR_UO2.hxx
@@ -9,7 +9,7 @@ using namespace std;
 //! Define an EquivalenceModel based on a polynomial fit
 
 /*!
- Define a EQM_POL_PWR_UO2
+ Defines a EQM_POL_PWR_UO2
  It returns the @f$^{235}U@f$ enrichment e according to this polynom :
  
  @f$e=\alpha_{0} + \alpha_{1}\cdot Burnup + \alpha_{2}\cdot Burnup \cdot Burnup @f$
diff --git a/source/trunk/Model/Equivalence/EQM_QUAD_PWR_MOX.hxx b/source/trunk/Model/Equivalence/EQM_QUAD_PWR_MOX.hxx
index 664218926..8be909cc0 100644
--- a/source/trunk/Model/Equivalence/EQM_QUAD_PWR_MOX.hxx
+++ b/source/trunk/Model/Equivalence/EQM_QUAD_PWR_MOX.hxx
@@ -17,10 +17,9 @@
 using namespace std;
 
 //-----------------------------------------------------------------------------//
-//! Define an EquivalenceModel based on a quadratic fit
+//! Defines an EquivalenceModel based on a quadratic fit
 
 /*!
- Define a EQM_QUAD_PWR_MOX.
  The aim of these class is to constuct a fuel from an equivalence model
  based on a Quadratic Pu equivalent Model
  The Plutonium content e is calculated using :
diff --git a/source/trunk/Model/Irradiation/IM_Matrix.hxx b/source/trunk/Model/Irradiation/IM_Matrix.hxx
index 74207ef74..0c544ad74 100644
--- a/source/trunk/Model/Irradiation/IM_Matrix.hxx
+++ b/source/trunk/Model/Irradiation/IM_Matrix.hxx
@@ -19,7 +19,7 @@ using namespace std;
 class CLASSLogger;
 
 //-----------------------------------------------------------------------------//
-//! Define en IrradiationModel based on power series of the exponential of the Bateman matrix
+//! Defines an IrradiationModel based on power series of the exponential of the Bateman matrix
 
 /*!
  Define a IM_Matrix.
diff --git a/source/trunk/Model/Irradiation/IM_RK4.hxx b/source/trunk/Model/Irradiation/IM_RK4.hxx
index e9d300259..b5c27157a 100644
--- a/source/trunk/Model/Irradiation/IM_RK4.hxx
+++ b/source/trunk/Model/Irradiation/IM_RK4.hxx
@@ -20,7 +20,7 @@ using namespace std;
 class CLASSLogger;
 
 //-----------------------------------------------------------------------------//
-//! Define en IrradiationModel based on Runge Kutta 4th order
+//! Defines an IrradiationModel based on Runge Kutta 4th order
 /*!
  The aim of these class is to solve numericaly the Bateman equations using 
  Runge Kutta 4th order method
-- 
GitLab