We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb08fd9 commit 07c0e10Copy full SHA for 07c0e10
src/common.fypp
@@ -78,6 +78,11 @@
78
#! Collected (kind, type) tuples for string derived types
79
#:set STRING_KINDS_TYPES = list(zip(STRING_KINDS, STRING_TYPES))
80
81
+#! Derived type bitsets
82
+#:set BITSET_KINDS = ["bitset_64", "bitset_large"]
83
+
84
+#! Bitset types to be considered during templating
85
+#:set BITSET_TYPES = ["type({})".format(k) for k in BITSET_KINDS]
86
87
#! Whether Fortran 90 compatible code should be generated
88
#:set VERSION90 = defined('VERSION90')
0 commit comments