diff +parametrization/old/plot_shape.m @ 425:e56dbd9e4196 feature/grids

Merge feature/beams
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Feb 2017 16:09:02 +0100
parents 81e0ead29431
children
line wrap: on
line diff
--- a/+parametrization/old/plot_shape.m	Tue Feb 07 15:47:51 2017 +0100
+++ b/+parametrization/old/plot_shape.m	Tue Feb 07 16:09:02 2017 +0100
@@ -6,7 +6,7 @@
     hs = {};
     hold on
     for i = 1:length(s)
-        hs{end+1} = grid.plot_curve(s{i},n);
+        hs{end+1} = parametrization.plot_curve(s{i},n);
     end
     hold off
 end
\ No newline at end of file