Skip to content

Commit 586296c

Browse files
authored
Update macros.fpp
1 parent db44da1 commit 586296c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/include/macros.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
#:def DEALLOCATE(*args)
2020
@:LOG({'@:DEALLOCATE(${re.sub(' +', ' ', ', '.join(args))}$)'})
21-
deallocate (${', '.join(args)}$)
2221
!$acc exit data delete(${', '.join(args)}$)
22+
deallocate (${', '.join(args)}$)
2323
#:enddef DEALLOCATE
2424

2525
#:def ACC_SETUP_VFs(*args)

0 commit comments

Comments
 (0)