Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
$Id: History 94094 2015-11-05 15:17:11Z gcosmo $
$Id: History 106958 2017-10-31 08:33:38Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -14,6 +14,10 @@ introduced in the code and keeptrack of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
26-Oct-2017, Tatsumi Koi (phys-util-V10-03-00)
- Fix address of ftp site of LEND data
- Improve instruction about download file and environment variable for LEND data
05-Nov-2015, Alberto Ribon (phys-util-V10-01-00)
- Removed neutron_hp/
@@ -95,10 +95,10 @@ class G4DataQuestionaire
if(!getenv("G4LENDDATA") )
{
desc << "Data files for Low Energy Nuclear Data (LEND) are needed."<<G4endl
<< "The Data files for Low Energy Nuclear Data (LEND) are available from" << G4endl
<< " ftp://gdo-nuclear.ucllnl.org/GND_after2013/GND_v1.3.tar.gz."<<G4endl
<< "Please set the environmental variable G4LENDDATA"<<G4endl
<< "to point to the directory containing these LEND data."<<G4endl
<< "Data files for Low Energy Nuclear Data (LEND) are available from" <<
" ftp://gdo-nuclear.ucllnl.org/pub/."<<G4endl<<G4endl;
<< "to point to the directory named v1.3 extracted from the archive file."<<G4endl<<G4endl;
fail=true;
}
break;