changeset 15333:b613757ff5be

Fix typo in shrinkfaces.m (thanks Marco Atzeri)
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Sat, 08 Sep 2012 17:13:21 -0400
parents aaf938d17e0c
children 7d2eb4a01798
files scripts/plot/shrinkfaces.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/shrinkfaces.m
+++ b/scripts/plot/shrinkfaces.m
@@ -136,7 +136,7 @@
       if (ishandle (p))
         ## avoid exceptions
         set (p, "FaceVertexCData", [], "CData", []);
-        set (p, "Vertices", v, "Faces", f, "FaceVertxCData", c);
+        set (p, "Vertices", v, "Faces", f, "FaceVertexCData", c);
       else
         nf = struct ("faces", f, "vertices", v, "facevertexcdata", c);
       endif