Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+3 -6
View File
@@ -8,14 +8,11 @@
// Some ZOOM methods involving construction from columns and decomposition
// into boost*rotation are split off into LorentzRotationC and LorentzRotationD
#ifdef GNUPRAGMA
#pragma implementation
#endif
#include "CLHEP/Vector/LorentzRotation.h"
#include <iostream>
#include <cmath>
#include <iomanip>
#include <iostream>
namespace CLHEP {
@@ -85,7 +82,7 @@ double HepLorentzRotation::operator () (int i, int j) const {
if (j == 2) { return tz(); }
if (j == 3) { return tt(); }
}
std::cerr << "HepLorentzRotation subscripting: bad indeces "
std::cerr << "HepLorentzRotation subscripting: bad indices "
<< "(" << i << "," << j << ")\n";
return 0.0;
}