summaryrefslogtreecommitdiff
path: root/src/database/database_structure.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-08 21:09:05 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-08 21:09:05 +0200
commit91ea7fcde2ac274db50b35fbbdb7deb89fb65b51 (patch)
tree689b41f39b4af203e9d557526e8d3fe2ebfb556c /src/database/database_structure.hpp
parent20da5e33a86eda746c17cbdb7bfd295d9f92f074 (diff)
Introduced the notion of a device-architecture for the database and added device and architecture name mappings
Diffstat (limited to 'src/database/database_structure.hpp')
-rw-r--r--src/database/database_structure.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/database/database_structure.hpp b/src/database/database_structure.hpp
index 961ab239..4d7f967d 100644
--- a/src/database/database_structure.hpp
+++ b/src/database/database_structure.hpp
@@ -11,8 +11,8 @@
//
// =================================================================================================
-#ifndef CLBLAST_DATABASE_STRUCTURE_H_
-#define CLBLAST_DATABASE_STRUCTURE_H_
+#ifndef CLBLAST_DATABASE_DATABASE_STRUCTURE_H_
+#define CLBLAST_DATABASE_DATABASE_STRUCTURE_H_
#include <string>
#include <vector>
@@ -54,5 +54,5 @@ struct DatabaseEntry {
} // namespace database
} // namespace clblast
-// CLBLAST_DATABASE_STRUCTURE_H_
+// CLBLAST_DATABASE_DATABASE_STRUCTURE_H_
#endif