Skip to content

Track kinetic energy logarithm value cached

Andrei Gheata requested to merge agheata/cached_log_ekin into master

The logarithm of the kinetic energy is computed several times for per track in the same step (having same value). Caching the value in the track retuces the number of calls to log and subsequently improves the total run time of the order of 5%.

Merge request reports