stfc / PSyclone

Domain-specific compiler and code transformation system for Finite Difference/Volume/Element Earth-system models in Fortran
BSD 3-Clause "New" or "Revised" License
103 stars 24 forks source link

datatype.py should include Declaration_Construct from Fortran2003 #2169

Closed rupertford closed 1 year ago

rupertford commented 1 year ago

datatype.py currently included Declaration_Construct from Fortran2008. This is incorrect as it is declared in Fortran2003. This needs to be changed as this will not work when branch fparser PR 417 goes onto master.

rupertford commented 1 year ago

Created branch 2169_declaration_construct