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

Always use universal output format with z_src and E_src fields in CRbeam

parent 9c35e679
No related branches found
No related tags found
No related merge requests found
...@@ -347,7 +347,7 @@ int CRbeam::run() ...@@ -347,7 +347,7 @@ int CRbeam::run()
} }
std::cout << "output dir: " << outputDir << std::endl; std::cout << "output dir: " << outputDir << std::endl;
bool saveZprod = true; bool saveZprod = true;
SmartPtr<RawOutput3D> pOutput = new RawOutput3D(outputDir, fOverwriteOutput, fMz!=M_POINT_SOURCE, fPowerLaw>0, fTrajectoryLogging, saveZprod);//this creates folder outputDir, later we will set output to outputDir/z0 SmartPtr<RawOutput3D> pOutput = new RawOutput3D(outputDir, fOverwriteOutput, true, true, fTrajectoryLogging, saveZprod);//this creates folder outputDir, later we will set output to outputDir/z0
if(fLogging){ if(fLogging){
debug.SetOutputFile(outputDir + "/log.txt"); debug.SetOutputFile(outputDir + "/log.txt");
debug.EnableTimestamp(); debug.EnableTimestamp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment