diff --git a/source/branches/CLASSV3/src/IM_Matrix.cxx b/source/branches/CLASSV3/src/IM_Matrix.cxx index 8850dc317c466e861f432b26ea9c3c404f4233fb..f10b124b9f50d448ce732da5669875c8b43fa92e 100644 --- a/source/branches/CLASSV3/src/IM_Matrix.cxx +++ b/source/branches/CLASSV3/src/IM_Matrix.cxx @@ -32,13 +32,13 @@ using namespace std; //________________________________________________________________________ IM_Matrix::IM_Matrix():DynamicalSystem() { - + fShorstestHalflife = 3600.*24*160.; //cut by default all nuclei with a shorter liftime than the Cm242 -> remain 33 actinides } IM_Matrix::IM_Matrix(LogFile* log):IrradiationModel(log), DynamicalSystem() { - + fShorstestHalflife = 3600.*24*160.; //cut by default all nuclei with a shorter liftime than the Cm242 -> remain 33 actinides }