diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-04-04 18:16:04 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2023-04-04 18:16:04 +0200 |
commit | 79077b6d56082d86a4e24bae7300fa4f489cb72b (patch) | |
tree | e07e680c36080550728af8a1375e7a02af41d62a | |
parent | 1d30476d67b1dcfaa4240dc8569a05c6caa84fed (diff) | |
download | code-79077b6d56082d86a4e24bae7300fa4f489cb72b.tar.gz code-79077b6d56082d86a4e24bae7300fa4f489cb72b.tar.bz2 code-79077b6d56082d86a4e24bae7300fa4f489cb72b.zip |
Standarized include.
-rw-r--r-- | p-spin.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include <eigen3/Eigen/Dense> #include <iterator> -#include<type_traits> +#include <type_traits> #include "types.hpp" #include "tensor.hpp" |