diff options
author | Adrian Kummerlaender | 2018-06-11 22:10:51 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-06-11 22:10:51 +0200 |
commit | e698d1593cc4407b28f324ee930d8c83a8589955 (patch) | |
tree | c6d584f9accdca607897bd098d977a3258aa69f6 /boltz.cc | |
parent | 1e8ab0202cf999dd19e61ea62d479e1cc4e35e93 (diff) | |
download | boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.tar boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.tar.gz boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.tar.bz2 boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.tar.lz boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.tar.xz boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.tar.zst boltzbub-e698d1593cc4407b28f324ee930d8c83a8589955.zip |
Add CMake build instructions
Diffstat (limited to 'boltz.cc')
-rw-r--r-- | boltz.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <fstream> #include <memory> -#include "src/vector.h" +#include "vector.h" struct DataCell { double data[3][3]; |