Function insertFortranContainsStatement

Function insertFortranContainsStatement#

Function Documentation#

void insertFortranContainsStatement(SgNode *node)#

Insert Fortran “CONTAINS” statement.

OFP does not currently process a rule for the CONTAINS statement. Handling it can be automatic and we we have a fixup for the AST to introduce the CONTAINS statement automatically.

\implementation This may not be required if OFP is fixed.