From 71e7c3a86a8ea99045f564a52535ed08c4172451 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 7 Jan 2021 10:37:01 +0100 Subject: Reformatted a funny line. --- tensor.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tensor.hpp') diff --git a/tensor.hpp b/tensor.hpp index 9d5632e..41be3fd 100644 --- a/tensor.hpp +++ b/tensor.hpp @@ -52,8 +52,7 @@ Eigen::Tensor generateCouplings(unsigned N, Distribution d, Generator template Eigen::Matrix contractDown(const Eigen::Tensor& J, const Eigen::Matrix& z) { - return Eigen::Map>(J.data(), z.size(), - z.size()); + return Eigen::Map>(J.data(), z.size(), z.size()); } template -- cgit v1.2.3-54-g00ecf