Skip to content

MM L1 Simulation - Private members instead of functions

Francesco Giuseppe Gravili requested to merge fgravili/athena:fix into master

In order to reduce memory load in some recurrent algorithms, private members are used directly in the corresponding classes, instead of calling several time the same functions. Arguments are passed by reference in such cases

Merge request reports