You need to sign in or sign up before continuing.
Replaced the use of pointers by allocatables in derived data types whenever possible - Part 5
Description
Fifth merge request to replace the use of pointers by allocatables in derived data types whenever possible. This makes the code more robust and avoids the need to nullify the pointers before using then.
News snippet
Replaced the use of pointers by allocatables in derived data types whenever possible (Part 5).
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.