Skip to content

Commit

Permalink
Update dace/frontend/fortran/fortran_parser.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Schaad <schaad.phil@gmail.com>
  • Loading branch information
acalotoiu and phschaad authored Jul 4, 2023
1 parent f3495fa commit 0dba011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dace/frontend/fortran/fortran_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def allocate2sdfg(self, node: ast_internal_classes.Allocate_Stmt_Node, sdfg: SDF
strides=strides,
transient=transient)

#raise NotImplementedError("Fortran allocate statements are not implemented yet")

def write2sdfg(self, node: ast_internal_classes.Write_Stmt_Node, sdfg: SDFG):
#TODO implement
Expand Down

0 comments on commit 0dba011

Please sign in to comment.