From e9800d103fcdd19f0417e89781761f7f85d8ec9b Mon Sep 17 00:00:00 2001 From: Michael Kerber Date: Fri, 18 May 2018 10:52:51 +0200 Subject: Column types are separated, and the matrix representation is more general in its container type --- src/phat.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/phat.cpp') diff --git a/src/phat.cpp b/src/phat.cpp index 3770cf3..46f780c 100644 --- a/src/phat.cpp +++ b/src/phat.cpp @@ -17,15 +17,8 @@ along with PHAT. If not, see . */ #include - -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include #include #include -- cgit v1.2.3