changeset 12792:dc29b64668fa

codesprint : Move trimesh, triplot, trisurf from geometry to plot directory * geometry/module.mk, plot/module.mk: Move trimesh, triplot, trisurf from geometry to plot directory.
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 09:16:52 -0700
parents 610a4e780a19
children 6f91ca83d2be
files scripts/geometry/module.mk scripts/geometry/trimesh.m scripts/geometry/triplot.m scripts/geometry/trisurf.m scripts/plot/module.mk scripts/plot/trimesh.m scripts/plot/triplot.m scripts/plot/trisurf.m
diffstat 5 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/geometry/module.mk
+++ b/scripts/geometry/module.mk
@@ -12,9 +12,6 @@
   geometry/griddatan.m \
   geometry/inpolygon.m \
   geometry/rectint.m \
-  geometry/trimesh.m \
-  geometry/triplot.m \
-  geometry/trisurf.m \
   geometry/tsearchn.m \
   geometry/voronoi.m \
   geometry/voronoin.m
--- a/scripts/plot/module.mk
+++ b/scripts/plot/module.mk
@@ -171,6 +171,9 @@
   plot/surfnorm.m \
   plot/text.m \
   plot/title.m \
+  plot/trimesh.m \
+  plot/triplot.m \
+  plot/trisurf.m \
   plot/uigetdir.m \
   plot/uigetfile.m \
   plot/uimenu.m \
rename from scripts/geometry/trimesh.m
rename to scripts/plot/trimesh.m
rename from scripts/geometry/triplot.m
rename to scripts/plot/triplot.m
rename from scripts/geometry/trisurf.m
rename to scripts/plot/trisurf.m