summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-18 18:16:14 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-06-18 18:16:14 +0200
commitbacb5d2bb2ea7b141034878090aca850db8f9d00 (patch)
tree7315f72f18c93fa02302e58e2718d2fbfd9db361 /scripts
parent7b4c0e1cf03a94077c20f7f12ef15fb8717c74ca (diff)
Clean-up of the routine class, moved RunKernel to the routine/common file
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generator/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generator/generator.py b/scripts/generator/generator.py
index 6726adda..c597c556 100644
--- a/scripts/generator/generator.py
+++ b/scripts/generator/generator.py
@@ -386,7 +386,7 @@ files = [
path_clblast+"/test/wrapper_cblas.h",
]
header_lines = [84, 74, 93, 22, 29, 41]
-footer_lines = [17, 71, 19, 14, 6, 6]
+footer_lines = [17, 75, 19, 14, 6, 6]
# Checks whether the command-line arguments are valid; exists otherwise
for f in files: