From e20fd5e760136cf343f4d2d73d0f3dfc6573ac49 Mon Sep 17 00:00:00 2001 From: "Richard B. Kreckel" Date: Tue, 15 Jul 2008 23:57:43 +0200 Subject: [PATCH 1/1] documentation: it is get_dim(), not get_dimension() This was misdocumented ever since GiNaC-0.8.0. --- doc/tutorial/ginac.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 555b2d66..eed9fef3 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -2327,12 +2327,12 @@ get an error message from this but you will probably not be able to do anything useful with it. @cindex @code{get_value()} -@cindex @code{get_dimension()} +@cindex @code{get_dim()} The methods @example ex idx::get_value(); -ex idx::get_dimension(); +ex idx::get_dim(); @end example return the value and dimension of an @code{idx} object. If you have an index -- 2.44.0