From 1c2d9845c8ed269ac98e6587b0d0df43043ef36e Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Thu, 5 Feb 2015 14:01:03 +0000
Subject: [PATCH] add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@543 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/Model/Irradiation/IM_Matrix.hxx | 2 ++
 source/trunk/Model/Irradiation/IM_RK4.hxx    | 3 +--
 source/trunk/Model/XS/XSM_CLOSEST.hxx        | 2 ++
 source/trunk/Model/XS/XSM_MLP.hxx            | 2 ++
 4 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/source/trunk/Model/Irradiation/IM_Matrix.hxx b/source/trunk/Model/Irradiation/IM_Matrix.hxx
index 2a99f6e85..74207ef74 100644
--- a/source/trunk/Model/Irradiation/IM_Matrix.hxx
+++ b/source/trunk/Model/Irradiation/IM_Matrix.hxx
@@ -19,6 +19,8 @@ using namespace std;
 class CLASSLogger;
 
 //-----------------------------------------------------------------------------//
+//! Define en IrradiationModel based on power series of the exponential of the Bateman matrix
+
 /*!
  Define a IM_Matrix.
  The aim of these class is to solve numericaly the Bateman equations using the
diff --git a/source/trunk/Model/Irradiation/IM_RK4.hxx b/source/trunk/Model/Irradiation/IM_RK4.hxx
index 18fbfc3b7..e9d300259 100644
--- a/source/trunk/Model/Irradiation/IM_RK4.hxx
+++ b/source/trunk/Model/Irradiation/IM_RK4.hxx
@@ -20,9 +20,8 @@ using namespace std;
 class CLASSLogger;
 
 //-----------------------------------------------------------------------------//
+//! Define en IrradiationModel based on Runge Kutta 4th order
 /*!
- Define a IM_RK4
- 
  The aim of these class is to solve numericaly the Bateman equations using 
  Runge Kutta 4th order method
  
diff --git a/source/trunk/Model/XS/XSM_CLOSEST.hxx b/source/trunk/Model/XS/XSM_CLOSEST.hxx
index 65d120465..a41cbf1bf 100644
--- a/source/trunk/Model/XS/XSM_CLOSEST.hxx
+++ b/source/trunk/Model/XS/XSM_CLOSEST.hxx
@@ -21,6 +21,8 @@ typedef long long int cSecond;
 using namespace std;
 
 //-----------------------------------------------------------------------------//
+//! Define a XSModel getting mean cross sections from the closest EvolutionData 
+
 /*!
  Define a XSM_CLOSEST.
  Class to get cross sections from a set of pre-calculation
diff --git a/source/trunk/Model/XS/XSM_MLP.hxx b/source/trunk/Model/XS/XSM_MLP.hxx
index 03317a99a..529b8af92 100644
--- a/source/trunk/Model/XS/XSM_MLP.hxx
+++ b/source/trunk/Model/XS/XSM_MLP.hxx
@@ -22,6 +22,8 @@ typedef long long int cSecond;
 using namespace std;
 
 //-----------------------------------------------------------------------------//
+//! Define a XSModel getting mean cross sections from neural network execution
+
 /*!
  Define a XSM_MLP.
  This is the class to predict cross sections with a 
-- 
GitLab