From dd34fc97730d61c9dd9f733a957f6b84ac77f91a Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Thu, 29 Jan 2015 18:33:54 +0000
Subject: [PATCH] add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@508 0e7d625b-0364-4367-a6be-d5be4a48d228
---
 source/trunk/include/IrradiationModel.hxx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/trunk/include/IrradiationModel.hxx b/source/trunk/include/IrradiationModel.hxx
index c3fe8ecc2..78f5a6790 100644
--- a/source/trunk/include/IrradiationModel.hxx
+++ b/source/trunk/include/IrradiationModel.hxx
@@ -55,7 +55,8 @@ class IrradiationModel : public CLASSObject
 	IrradiationModel();
 
 	IrradiationModel(CLASSLogger* log);
-
+	
+	//{
 	/// virtual method called to perform the irradiation calculation using a set of cross section.
 	/*!
 	 Perform the Irradiation Calcultion using the XSSet data
-- 
GitLab