Skip to content
Snippets Groups Projects
Commit f66d775b authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

Add some comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@461 0e7d625b-0364-4367-a6be-d5be4a48d228
parent e6637f33
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment