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
+11 -11
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4OpticalSurface.cc,v 1.3 1999/11/05 21:13:56 gum Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4OpticalSurface.cc,v 1.3.6.1 1999/12/08 17:34:07 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
//
////////////////////////////////////////////////////////////////////////
@@ -105,19 +105,19 @@ void G4OpticalSurface::DumpInfo() const
// Dump info for surface
G4cout <<
" Surface type = " << theType << endl <<
" Surface finish = " << theFinish << endl <<
" Surface model = " << theModel << endl;
" Surface type = " << theType << G4endl <<
" Surface finish = " << theFinish << G4endl <<
" Surface model = " << theModel << G4endl;
G4cout << endl;
G4cout << G4endl;
G4cout << " Surface parameter " << endl;
G4cout << " ----------------- " << endl;
G4cout << " Surface parameter " << G4endl;
G4cout << " ----------------- " << G4endl;
if (theModel == glisur ){
G4cout << polish << endl;
G4cout << polish << G4endl;
}
else {
G4cout << sigma_alpha << endl;
G4cout << sigma_alpha << G4endl;
}
G4cout << endl;
G4cout << G4endl;
}