summaryrefslogtreecommitdiff
path: root/lib/orthogonal.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-25 16:22:50 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-25 16:22:50 -0400
commit802b63ddf121b520db7942fe330cce6004fbeb6d (patch)
tree75bed44fad331cbb220372425a1bc230a972b2f0 /lib/orthogonal.h
parent6ba067856523c481c2813f67f2d37414b739e3b1 (diff)
downloadc++-802b63ddf121b520db7942fe330cce6004fbeb6d.tar.gz
c++-802b63ddf121b520db7942fe330cce6004fbeb6d.tar.bz2
c++-802b63ddf121b520db7942fe330cce6004fbeb6d.zip
got everyone recording data, and fixed huge bug in the updating of ReF and ImF
Diffstat (limited to 'lib/orthogonal.h')
-rw-r--r--lib/orthogonal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/orthogonal.h b/lib/orthogonal.h
index ce2d300..0ba5eee 100644
--- a/lib/orthogonal.h
+++ b/lib/orthogonal.h
@@ -8,6 +8,7 @@
#include "state.h"
#include "types.h"
+#include "vector.h"
template <q_t q, class T>
struct orthogonal_t { bool is_reflection; T *x; };