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/simple_example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simple_example.cpp') diff --git a/src/simple_example.cpp b/src/simple_example.cpp index ba8aafe..e733630 100644 --- a/src/simple_example.cpp +++ b/src/simple_example.cpp @@ -22,7 +22,7 @@ #include // main data structure (choice affects performance) -#include +#include // algorithm (choice affects performance) #include -- cgit v1.2.3