From 668779d2d0cd8c4b028a28b6e9d4065de2bc29ea Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Fri, 24 Oct 2014 14:10:57 +0000 Subject: [PATCH] Adding example description git-svn-id: svn+ssh://svn.in2p3.fr/class@408 0e7d625b-0364-4367-a6be-d5be4a48d228 --- example/SimpleReactor.cxx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/example/SimpleReactor.cxx b/example/SimpleReactor.cxx index b297637ff..0bfff8bc4 100644 --- a/example/SimpleReactor.cxx +++ b/example/SimpleReactor.cxx @@ -1,3 +1,16 @@ +/*************************************************/ +// DESCRIPTION +// Simple scenario : +// This park is constituted by a simple PWR UOX +// Reactor and a Storage. +// _______ _______ +// | | | | +// |Reactor| =>|Storage| +// |_______| |_______| +// +// The spent fuel goes to a Storage +//The scenario is run for 40 years +/*************************************************/ #include "CLASSHeaders.hxx" #include <sstream> #include <iomanip> -- GitLab