summaryrefslogtreecommitdiff
path: root/scripts/database
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-06-19 14:03:53 +0200
committerGitHub <noreply@github.com>2016-06-19 14:03:53 +0200
commit395a0ef34e2735eb9d08292238e92d41132dfaac (patch)
tree36cdce32423c2227de88e019c34415bef9499a6a /scripts/database
parent52ccaf5b25e14c9ce032315e5e96b1f27886d481 (diff)
parent61203453aaca4e47c05c598a673150522160ca87 (diff)
Merge pull request #69 from CNugteren/refactoring
Refactoring of the Routine class and file-renaming
Diffstat (limited to 'scripts/database')
-rw-r--r--scripts/database/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/database/database.py b/scripts/database/database.py
index 7f7f07e4..4ca184c5 100644
--- a/scripts/database/database.py
+++ b/scripts/database/database.py
@@ -310,7 +310,7 @@ defaults = CalculateDefaults(bests)
bests = ConcatenateData(bests, defaults)
# Outputs the data as a C++ database
-path_cpp_database = os.path.join(path_clblast, "include", "internal", "database")
+path_cpp_database = os.path.join(path_clblast, "src", "database", "kernels")
print("## Producing a C++ database in '"+path_cpp_database+"'...")
PrintData(bests, path_cpp_database)