From f9effc491f8b147bceabde759759f5e5d182c753 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Thu, 5 Feb 2015 15:19:30 +0000 Subject: [PATCH] minor doxygen correction git-svn-id: svn+ssh://svn.in2p3.fr/class@546 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/Model/XS/XSM_CLOSEST.hxx | 2 +- source/trunk/Model/XS/XSM_MLP.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/trunk/Model/XS/XSM_CLOSEST.hxx b/source/trunk/Model/XS/XSM_CLOSEST.hxx index a41cbf1bf..6f79fb100 100644 --- a/source/trunk/Model/XS/XSM_CLOSEST.hxx +++ b/source/trunk/Model/XS/XSM_CLOSEST.hxx @@ -21,7 +21,7 @@ typedef long long int cSecond; using namespace std; //-----------------------------------------------------------------------------// -//! Define a XSModel getting mean cross sections from the closest EvolutionData +//! Defines a XSModel getting mean cross sections from the closest EvolutionData /*! Define a XSM_CLOSEST. diff --git a/source/trunk/Model/XS/XSM_MLP.hxx b/source/trunk/Model/XS/XSM_MLP.hxx index 529b8af92..03570b303 100644 --- a/source/trunk/Model/XS/XSM_MLP.hxx +++ b/source/trunk/Model/XS/XSM_MLP.hxx @@ -22,7 +22,7 @@ typedef long long int cSecond; using namespace std; //-----------------------------------------------------------------------------// -//! Define a XSModel getting mean cross sections from neural network execution +//! Defines a XSModel getting mean cross sections from neural network execution /*! Define a XSM_MLP. -- GitLab