Header of loss files
Summary
Bad implementation of the header in ASCII files
What is the current bug behavior?
The header of loss files in ASCII format is bad written when simulations are performed in parallel environment and the time variable is considered. If the node 0 has no particles, the header is incomplete
What is the expected correct behavior?
The header should include turn
, bunchNum
and time
variables
Possible fixes
Make use of hasTimeAttribute()
function
Edited by ext-calvo_p