From: Guido Kanschat Date: Thu, 18 May 2006 20:52:22 +0000 (+0000) Subject: fix example X-Git-Tag: v8.0.0~11724 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625177360381c4243b78492ca2c57e649ecb2203;p=dealii.git fix example git-svn-id: https://svn.dealii.org/trunk@13128 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/vector_slice.h b/deal.II/base/include/base/vector_slice.h index 8ce98cdbee..74498e9264 100644 --- a/deal.II/base/include/base/vector_slice.h +++ b/deal.II/base/include/base/vector_slice.h @@ -31,7 +31,7 @@ * @code * void f(const std::vector& v) * { - * const VectorSlice slice(v,...); + * const VectorSlice > slice(v,...); * ... * } * @endcode