From cb85ef7933a4d6bb624771dc8a87c0380c4ae7fb Mon Sep 17 00:00:00 2001 From: Baptiste Mouginot <mouginot.baptiste@gmail.com> Date: Wed, 11 Feb 2015 16:55:13 +0000 Subject: [PATCH] correct comment.... git-svn-id: svn+ssh://svn.in2p3.fr/class@597 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/trunk/include/Reactor.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/trunk/include/Reactor.hxx b/source/trunk/include/Reactor.hxx index 8971adcb6..e29bbc213 100755 --- a/source/trunk/include/Reactor.hxx +++ b/source/trunk/include/Reactor.hxx @@ -70,9 +70,9 @@ class Reactor : public CLASSFacility \param backend: CLASSBackend which get the fuel after the cooling, \param creationtime: creation time in [s], \param lifetime: working time duration in [s], - \param cycletime: duration of a cycle in [s], + \param Power: Thermal power of the reactor in [W], \param HMMass: Mass of Heavy Metal in the Reactor in [t] of heavy metal, - \param BurnUp: Burnup reach by the fuel at the end of the cycle in [GWd/t]. + \param CapacityFactor effective charge of the reactor, fraction between 0 & 1. */ Reactor(CLASSLogger* log, CLASSBackEnd* backend, cSecond creationtime , cSecond lifetime, double Power, @@ -88,8 +88,9 @@ class Reactor : public CLASSFacility \param creationtime: creation time in [s], \param lifetime: working time duration in [s], \param cycletime: duration of a cycle in [s], + \param Power: Thermal power of the reactor in [W], \param HMMass: Mass of Heavy Metal in the Reactor in [t] of heavy metal, - \param BurnUp: Burnup reach by the fuel at the end of the cycle in [GWd/t]. + \param CapacityFactor effective charge of the reactor, fraction between 0 & 1. */ Reactor(CLASSLogger* log, FabricationPlant* fabricationplant, CLASSBackEnd* backend, @@ -167,7 +168,6 @@ class Reactor : public CLASSFacility \param Power: Thermal power of the reactor in [W], \param HMMass: Mass of Heavy Metal in the Reactor in [t] of heavy metal, \param BurnUp: Burnup reach by the fuel at the end of the cycle in [GWd/t], - \param CapacityFactor effective charge of the reactor, fraction between 0 & 1. */ Reactor(CLASSLogger* log, EvolutionData* evolutivedb, CLASSBackEnd* backend, cSecond creationtime, cSecond lifetime, -- GitLab