Skip to content

Commit b135d7b

Browse files
committed
Fixed typo for the Fortran generation.
1 parent 2978902 commit b135d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/utils/directives.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def generate_directive_function(
571571
if data is not None:
572572
body = wrap_data(body + "\n", langs, data, preprocessor, user_dimensions)
573573
name = signature.split(" ")[1].split("(")[0]
574-
code = code.replace("<!?NAME!?>", name)
574+
code = code.replace("<!?NAME?!>", name)
575575
code = code.replace("<!?PREPROCESSOR?!>", "\n".join(preprocessor))
576576
# if present, add user specific dimensions as defines
577577
if user_dimensions is not None:

0 commit comments

Comments
 (0)