From 4316b1909979069f42f72a51a6732d20a881c793 Mon Sep 17 00:00:00 2001 From: Pietro Incardona Date: Thu, 19 May 2016 13:24:10 +0200 Subject: [PATCH] Fixing clang comilation --- src/Matrix/SparseMatrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Matrix/SparseMatrix.hpp b/src/Matrix/SparseMatrix.hpp index 6b067bc..6afb15a 100644 --- a/src/Matrix/SparseMatrix.hpp +++ b/src/Matrix/SparseMatrix.hpp @@ -29,7 +29,7 @@ template struct cval * * */ -template struct triplet +template struct triplet { long int i; long int j; -- GitLab