]> www.ginac.de Git - ginac.git/commitdiff
documentation: it is get_dim(), not get_dimension()
authorRichard B. Kreckel <kreckel@ginac.de>
Tue, 15 Jul 2008 21:57:43 +0000 (23:57 +0200)
committerRichard B. Kreckel <kreckel@ginac.de>
Tue, 15 Jul 2008 21:57:43 +0000 (23:57 +0200)
This was misdocumented ever since GiNaC-0.8.0.

doc/tutorial/ginac.texi

index 555b2d66e5b14b3cba251507952cecc1f95c5606..eed9fef391386ed71daa9d4c7a6791c359ec8fe3 100644 (file)
@@ -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()}
 anything useful with it.
 
 @cindex @code{get_value()}
-@cindex @code{get_dimension()}
+@cindex @code{get_dim()}
 The methods
 
 @example
 ex idx::get_value();
 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
 @end example
 
 return the value and dimension of an @code{idx} object. If you have an index