Skip to content

Replaced the use of pointers by allocatables in derived data types whenever possible - Part 1

Micael Oliveira requested to merge pointer_to_allocate into develop

Description

First 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 1).

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.
Edited by Micael Oliveira

Merge request reports