Skip to content
Snippets Groups Projects
Commit cb85ef79 authored by BaM's avatar BaM
Browse files

correct comment....

git-svn-id: svn+ssh://svn.in2p3.fr/class@597 0e7d625b-0364-4367-a6be-d5be4a48d228
parent b7b1a2ba
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
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