From f66d775b18aa2272385bac8fb7a6ae407305bb34 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Thu, 15 Jan 2015 18:48:40 +0000 Subject: [PATCH] Add some comments git-svn-id: svn+ssh://svn.in2p3.fr/class@461 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/CLASSV3/include/PhysicsModels.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/branches/CLASSV3/include/PhysicsModels.hxx b/source/branches/CLASSV3/include/PhysicsModels.hxx index d5a4e5a00..8728e6a94 100644 --- a/source/branches/CLASSV3/include/PhysicsModels.hxx +++ b/source/branches/CLASSV3/include/PhysicsModels.hxx @@ -31,7 +31,8 @@ typedef long long int cSecond; Equivalence_Model = Linear,Quadratique, MLP ... this one is bateman solvers related : - (or it may be link to a evolution code (like MURE), not yet implemented but envisaged) + (or it may be link to a evolution code (like MURE,DRAGON), not yet + implemented but envisaged) IrradiationModel = RK4 or Matrix @@ -73,9 +74,9 @@ class PhysicsModels : public CLASSObject private : - XSModel* fXSModel; - EquivalenceModel* fEquivalenceModel; - IrradiationModel* fIrradiationModel; + XSModel* fXSModel; //!< The XSModel (Mean cross sections prediction) + EquivalenceModel* fEquivalenceModel; //!< The EquivalenceModel (Fresh fissile content prediction) + IrradiationModel* fIrradiationModel; //!< The IrradiationModel (The Bateman's solver) -- GitLab