From bacb5d2bb2ea7b141034878090aca850db8f9d00 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 18 Jun 2016 18:16:14 +0200 Subject: Clean-up of the routine class, moved RunKernel to the routine/common file --- scripts/generator/generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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: -- cgit v1.2.3