From 1af61c6ff078e6f9f9cd1298374811cfc73d4488 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sun, 9 Sep 2007 09:41:15 +0000 Subject: reorganize header files, split MatrixBase into smaller files. expose only a few meta-headers to the user, the rest moves to a internal/ subdirectory --- doc/tutorial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tutorial.cpp') diff --git a/doc/tutorial.cpp b/doc/tutorial.cpp index 967f0a544..3b4489522 100644 --- a/doc/tutorial.cpp +++ b/doc/tutorial.cpp @@ -1,4 +1,4 @@ -#include"../src/All.h" +#include "../src/All" using namespace std; using namespace Eigen; -- cgit v1.2.3