summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2023-04-04 18:16:04 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2023-04-04 18:16:04 +0200
commit79077b6d56082d86a4e24bae7300fa4f489cb72b (patch)
treee07e680c36080550728af8a1375e7a02af41d62a
parent1d30476d67b1dcfaa4240dc8569a05c6caa84fed (diff)
downloadcode-79077b6d56082d86a4e24bae7300fa4f489cb72b.tar.gz
code-79077b6d56082d86a4e24bae7300fa4f489cb72b.tar.bz2
code-79077b6d56082d86a4e24bae7300fa4f489cb72b.zip
Standarized include.
-rw-r--r--p-spin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/p-spin.hpp b/p-spin.hpp
index 267ab91..88e6147 100644
--- a/p-spin.hpp
+++ b/p-spin.hpp
@@ -2,7 +2,7 @@
#include <eigen3/Eigen/Dense>
#include <iterator>
-#include<type_traits>
+#include <type_traits>
#include "types.hpp"
#include "tensor.hpp"