Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: CMakeLists.txt 66892 2013-01-17 10:57:59Z gunter $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# $Id: GNUmakefile 94435 2015-11-17 14:24:19Z gcosmo $
|
||||
# -----------------------------------------------------------
|
||||
# GNUmakefile for hadronic lend library.
|
||||
# -----------------------------------------------------------
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# $Id: History 107438 2017-11-13 07:38:19Z gcosmo $
|
||||
# -----------------------------------------------------------
|
||||
|
||||
==================================================
|
||||
@@ -15,6 +14,10 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
9 November 2018 Gabriele Cosmo (hadr-lend-V10-04-00)
|
||||
-----------------------------------------------
|
||||
-MCGIDI_misc: fixed printout typo.
|
||||
|
||||
10 November 2017 Tatsumi Koi (hadr-lend-V10-03-12)
|
||||
-----------------------------------------------
|
||||
-Fix gamma(2.2MeV) emission from n captured by H
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: sources.cmake 106463 2017-10-11 08:05:17Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ int MCGIDI_miscNameToZAm( statusMessageReporting *smr, const char *name, int *Z,
|
||||
|
||||
for( p = name, q = s; ( *p != 0 ) && !isdigit( *p ) && ( *p != '_' ); p++, q++ ) *q = *p; /* '_' only for "natural". */
|
||||
if( *p == 0 ) {
|
||||
smr_setReportError2( smr, smr_unknownID, 0, "unsupport particle name = '%s'", name );
|
||||
smr_setReportError2( smr, smr_unknownID, 0, "unsupported particle name = '%s'", name );
|
||||
return( 1 );
|
||||
}
|
||||
*q = 0;
|
||||
|
||||
Reference in New Issue
Block a user