Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
@@ -5,8 +5,8 @@
//
// $Id: mgrnodearray.h,v 1.2 1999/05/21 20:20:42 japost Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: mgrnodearray.h,v 1.3 1999/12/15 14:50:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
#ifndef mgrnodearray_h
@@ -91,7 +91,7 @@ public:
virtual int Insert(GenericNode* gn);
virtual int Insert(GenericNode* gn, int index)
{ cerr <<
{ G4cerr <<
"Call MgrNodeArraySorted::Insert() without index argument instead.\n"
<< "index argument: " << index << " being ignored.\n";
return Insert(gn); }