changeset 9430:c87a65ea9cdf octave-forge

mechanics: Bug fixed
author jpicarbajal
date Fri, 10 Feb 2012 17:33:21 +0000
parents ecc6cad83adf
children 7288e42d6d09
files main/mechanics/inst/core/masscenter.m
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/main/mechanics/inst/core/masscenter.m	Fri Feb 10 15:22:57 2012 +0000
+++ b/main/mechanics/inst/core/masscenter.m	Fri Feb 10 17:33:21 2012 +0000
@@ -46,10 +46,10 @@
 endfunction
 
 %!demo % non-convex bezier shape
-%! weirdhearth ={[-17.6816  -34.3989    7.8580    3.7971; ...
-%!                15.4585  -28.3820  -18.7645    9.8519]; ...
-%!                 [-27.7359   18.1039  -34.5718    3.7878; ...
-%!                  -40.7440   49.7999  -25.5011    2.2304]};
+%! weirdhearth ={[34.81947,-63.60585 41.35964,1.61093; ...
+%!                73.22086,4.95439 7.1796,-34.7948]; ...
+%!                 [30.26599,-50.0316 77.6279,8.52058; ...
+%!                  -18.66371,58.02699 -168.20415,52.74819]};
 %! CoM = masscenter (weirdhearth)
 
 %!test