Skip to content

Cleanup types and particularly workarrays

Damien Caliste requested to merge cleanup into devel

@luigigenovese we can discuss this when you come back from Modena. The PS_workarrays type was very ugly and was used as a source of global variables with pieces allocated here and deallocated there.

This MR is cutting this into smaller pieces that are allocated and deallocated with ifs. In my opinion it makes the code much more readable and maintainable.

Merge request reports