Skip to content

As noticed by Nicole, the recent change of intent(inout) to intent(in) was

Nicolas Tancogne-Dejean requested to merge fix_intent_inout into develop

not correct, even if our compilers did not noticed it on the build farm.

I changed the code to keep the intent(in), as this routine is doing a dump of the density, and therefore should not be allowed to change it.

Merge request reports