Skip to content
Snippets Groups Projects
Commit 425d7b90 authored by Oleg Kalashev's avatar Oleg Kalashev
Browse files

minor output adjustment

parent ed10ce5f
No related branches found
No related tags found
No related merge requests found
...@@ -499,7 +499,6 @@ int CRbeam::run() ...@@ -499,7 +499,6 @@ int CRbeam::run()
int Bslot = -1; int Bslot = -1;
SmartPtr<MagneticField> mf; SmartPtr<MagneticField> mf;
if(fEGMF>0.) { if(fEGMF>0.) {
std::cerr << "fDeflectionAccuracy " << fDeflectionAccuracy << std::endl;
if (fTurbulentEGMF){ if (fTurbulentEGMF){
CosmoTime t0; CosmoTime t0;
auto l_cor = TurbulentMF::MeanCorLength(rand, fLminEGMF, fLmaxEGMF, fEGMF, fNmodesEGMF, t0); auto l_cor = TurbulentMF::MeanCorLength(rand, fLminEGMF, fLmaxEGMF, fEGMF, fNmodesEGMF, t0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment