Skip to content

Remove macros

Nicolas Tancogne-Dejean requested to merge remove_macros into main

Description

Removes the following macros:

  • REAL_SINGLE
  • REAL_DOUBLE

Remove the non-standard size_of and replace it by the Fortran 2008 c_sizeof routine, except for the SAFE_ALLOCATE routines.

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 Nicolas Tancogne-Dejean

Merge request reports