From 33bc5f596c27cf62fd4d5c488c9437e86619956e Mon Sep 17 00:00:00 2001 From: laurence Date: Thu, 13 Dec 2012 17:25:10 +0000 Subject: [PATCH] BUG: simpleShapes Allrun script error corrected --- tutorials/mesh/cvMesh/simpleShapes/Allrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/mesh/cvMesh/simpleShapes/Allrun b/tutorials/mesh/cvMesh/simpleShapes/Allrun index 90634c33c1..c37109987b 100755 --- a/tutorials/mesh/cvMesh/simpleShapes/Allrun +++ b/tutorials/mesh/cvMesh/simpleShapes/Allrun @@ -38,6 +38,6 @@ runApplication surfaceFeatureExtract runApplication cvMesh # Generate some sets for a bit of mesh inspection -runApplication topoSet -constant -time 0:100 +runApplication topoSet -time 0:100 # ----------------------------------------------------------------- end-of-file