changeset 9154:441ecdf635ef octave-forge

mechanics: docstring improvement
author jpicarbajal
date Fri, 09 Dec 2011 14:44:08 +0000
parents 124d8bcb100a
children 188530fe916c
files main/mechanics/inst/core/inertiamoment.m main/mechanics/inst/core/masscenter.m
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/mechanics/inst/core/inertiamoment.m	Fri Dec 09 14:42:03 2011 +0000
+++ b/main/mechanics/inst/core/inertiamoment.m	Fri Dec 09 14:44:08 2011 +0000
@@ -21,8 +21,8 @@
 %% plane passing through the center of mass of the body.
 %%
 %% The shape is defined with piecewise smooth polynomials. @var{pp} is a
-%% cell where each elements is a 2-by-(poly_degree+1) matrix containing 
-%% @code{px(i,:) =pp{i}(1,:)} and @code{py(i,:) = pp{i}(2,:)}.
+%% cell where each elements is a 2-by-(poly_degree+1) matrix containing
+%% @code{px(i,:) =pp@{i@}(1,:)} and @code{py(i,:) = pp@{i@}(2,:)}.
 %%
 %% @seealso{masscenter, principalaxis}
 %% @end deftypefn
--- a/main/mechanics/inst/core/masscenter.m	Fri Dec 09 14:42:03 2011 +0000
+++ b/main/mechanics/inst/core/masscenter.m	Fri Dec 09 14:44:08 2011 +0000
@@ -19,7 +19,7 @@
 %%
 %% The shape is defined with piecewise smooth polynomials. @var{pp} is a
 %% cell where each elements is a 2-by-(poly_degree+1) matrix containing
-%% @code{px(i,:) = pp@@{i@@}(1,:)} and @code{py(i,:) = pp@@{i@@}(2,:)}.
+%% @code{px(i,:) = pp@{i@}(1,:)} and @code{py(i,:) = pp@{i@}(2,:)}.
 %%
 %% @seealso{inertiamoment}
 %% @end deftypefn