moosetechnology / FAST-Fortran

MIT License
0 stars 1 forks source link

Duplicate use of TWithParameters #188

Closed NicolasAnquetil closed 4 months ago

NicolasAnquetil commented 4 months ago
programUnit --|> tBehaviouralEntity.
subprogram --|> programUnit.
procedure --|> subprogram.
procedure --|> tWithParameters.

And in FAST: tBehaviouralEntity --|> tWithParameters But may be FASTTBehaviouralEntity should not use TWithParameters? (for example MainProgram does not have parameters)

NicolasAnquetil commented 4 months ago

see FAST #60

NicolasAnquetil commented 4 months ago

The problem comes from FAST