From: guido Date: Thu, 18 May 2006 20:52:22 +0000 (+0000) Subject: fix example X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3e7be7716a90738ab3955d1bab31c6989cc013;p=dealii-svn.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