From 18cdccfbd5574dedd46c76449d22e60d3c48ca5f Mon Sep 17 00:00:00 2001 From: Morfouace <pierre.morfouace@gmail.com> Date: Tue, 13 Oct 2020 17:08:01 +0200 Subject: [PATCH] Modifying headers of GEF.cxx --- NPLib/Physics/GEF.cxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NPLib/Physics/GEF.cxx b/NPLib/Physics/GEF.cxx index 341bb9aef..e4b4ec5ca 100644 --- a/NPLib/Physics/GEF.cxx +++ b/NPLib/Physics/GEF.cxx @@ -1,3 +1,22 @@ +/*********************************************************************** +* * +* Original Author : Diego Ramos -> diego.ramos@ganil.fr * +* Adapted for NPTool : Pierre Morfouace -> pierre.morfouace2@cea.fr * +* Creation Date : 25/09/2020 * +* * +*----------------------------------------------------------------------* +* * +* Description: * +* This class generates fission fragments based on a simplified * +* model of the GEF code. * +* This is not the full GEF code. User should use it with caution. * +* * +*----------------------------------------------------------------------* +* Comment: * +* * +* * +************************************************************************/ + #include "GEF.h" GEF::GEF(NPL::Particle FissNucl) -- GitLab