changeset 8437:66143af80e4f octave-forge

mechanics. More docstring editions
author jpicarbajal
date Tue, 27 Sep 2011 17:12:29 +0000
parents 71d16755cd0a
children c69a81255b26
files main/mechanics/inst/inertia_moment_poly2d.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/mechanics/inst/inertia_moment_poly2d.m	Tue Sep 27 17:08:03 2011 +0000
+++ b/main/mechanics/inst/inertia_moment_poly2d.m	Tue Sep 27 17:12:29 2011 +0000
@@ -27,7 +27,7 @@
 %% To change a general polygon to this description you can use:
 %% @code{P = P - repmat(center_mass_poly2d(P),size(P,1))}.
 %% or call the function using the offset:
-%% @code{inertia_moment_poly2d (@var{p}, @var{m}, center_mass_poly2d(P))}
+%% @code{inertia_moment_poly2d (@var{p}, @var{m}, center_mass_poly2d(@var{p}))}
 %%
 %% @seealso{inertia_moment_ncpoly2d, center_mass_poly2d}
 %% @end deftypefn