Skip to content

Commit 09e1eee

Browse files
committed
Added PRIVATE/PUBLIC attribute explicitly in mk_preset.py.
1 parent 98d15b9 commit 09e1eee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mk_preset.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ def run(nlambda_list, ndigit_list):
8484
!
8585
IMPLICIT NONE
8686
!
87+
PRIVATE
88+
!
89+
INTEGER, PARAMETER :: DP = KIND(0d0)
90+
!
91+
PUBLIC :: mk_ir_preset
92+
!
8793
""", end="")
8894
for nlambda in nlambda_list:
8995
for ndigit in ndigit_list:

0 commit comments

Comments
 (0)