From 1edb396542e7fc2275e8e2acd80b85cfad8cf64e Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 26 Sep 2012 19:24:41 +0200 Subject: [PATCH] fix minor typo in doc --- doc/C09_TutorialSparse.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/C09_TutorialSparse.dox b/doc/C09_TutorialSparse.dox index 20671f57b..6a16c3ae2 100644 --- a/doc/C09_TutorialSparse.dox +++ b/doc/C09_TutorialSparse.dox @@ -211,7 +211,7 @@ Here is a typical usage example: \code typedef Eigen::Triplet T; std::vector tripletList; -triplets.reserve(estimation_of_entries); +tripletList.reserve(estimation_of_entries); for(...) { // ...