From cd9d3a0796ad92cfc229f1b1302fca9a39d0c39d Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Mon, 31 Oct 2011 23:44:31 +0000 Subject: [PATCH] Fixed wrap check tests --- wrap/tests/expected/@Point2/Point2.m | 2 +- wrap/tests/expected/@Point2/dim.cpp | 2 +- wrap/tests/expected/@Point2/dim.m | 4 ++-- wrap/tests/expected/@Point2/x.cpp | 2 +- wrap/tests/expected/@Point2/x.m | 4 ++-- wrap/tests/expected/@Point2/y.cpp | 2 +- wrap/tests/expected/@Point2/y.m | 4 ++-- wrap/tests/expected/@Point3/Point3.m | 2 +- wrap/tests/expected/@Point3/norm.cpp | 2 +- wrap/tests/expected/@Point3/norm.m | 4 ++-- wrap/tests/expected/@Test/Test.m | 2 +- wrap/tests/expected/@Test/create_ptrs.cpp | 2 +- wrap/tests/expected/@Test/create_ptrs.m | 4 ++-- wrap/tests/expected/@Test/print.cpp | 2 +- wrap/tests/expected/@Test/print.m | 4 ++-- wrap/tests/expected/@Test/return_TestPtr.cpp | 2 +- wrap/tests/expected/@Test/return_TestPtr.m | 4 ++-- wrap/tests/expected/@Test/return_bool.cpp | 2 +- wrap/tests/expected/@Test/return_bool.m | 4 ++-- wrap/tests/expected/@Test/return_double.cpp | 2 +- wrap/tests/expected/@Test/return_double.m | 4 ++-- wrap/tests/expected/@Test/return_field.cpp | 2 +- wrap/tests/expected/@Test/return_field.m | 4 ++-- wrap/tests/expected/@Test/return_int.cpp | 2 +- wrap/tests/expected/@Test/return_int.m | 4 ++-- wrap/tests/expected/@Test/return_matrix1.cpp | 2 +- wrap/tests/expected/@Test/return_matrix1.m | 4 ++-- wrap/tests/expected/@Test/return_matrix2.cpp | 2 +- wrap/tests/expected/@Test/return_matrix2.m | 4 ++-- wrap/tests/expected/@Test/return_pair.cpp | 2 +- wrap/tests/expected/@Test/return_pair.m | 4 ++-- wrap/tests/expected/@Test/return_ptrs.cpp | 2 +- wrap/tests/expected/@Test/return_ptrs.m | 4 ++-- wrap/tests/expected/@Test/return_size_t.cpp | 2 +- wrap/tests/expected/@Test/return_size_t.m | 4 ++-- wrap/tests/expected/@Test/return_string.cpp | 2 +- wrap/tests/expected/@Test/return_string.m | 4 ++-- wrap/tests/expected/@Test/return_vector1.cpp | 2 +- wrap/tests/expected/@Test/return_vector1.m | 4 ++-- wrap/tests/expected/@Test/return_vector2.cpp | 2 +- wrap/tests/expected/@Test/return_vector2.m | 4 ++-- wrap/tests/expected/make_geometry.m | 2 +- wrap/tests/expected/new_Point2_.cpp | 2 +- wrap/tests/expected/new_Point2_.m | 2 +- wrap/tests/expected/new_Point2_dd.cpp | 2 +- wrap/tests/expected/new_Point2_dd.m | 2 +- wrap/tests/expected/new_Point3_ddd.cpp | 2 +- wrap/tests/expected/new_Point3_ddd.m | 2 +- wrap/tests/expected/new_Test_.cpp | 2 +- wrap/tests/expected/new_Test_.m | 2 +- 50 files changed, 69 insertions(+), 69 deletions(-) diff --git a/wrap/tests/expected/@Point2/Point2.m b/wrap/tests/expected/@Point2/Point2.m index 9cdfd6fd5..23738182d 100644 --- a/wrap/tests/expected/@Point2/Point2.m +++ b/wrap/tests/expected/@Point2/Point2.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 classdef Point2 +% automatically generated by wrap on 2011-Oct-31 properties self = 0 end diff --git a/wrap/tests/expected/@Point2/dim.cpp b/wrap/tests/expected/@Point2/dim.cpp index 2955d58c3..f81c416fe 100644 --- a/wrap/tests/expected/@Point2/dim.cpp +++ b/wrap/tests/expected/@Point2/dim.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Point2/dim.m b/wrap/tests/expected/@Point2/dim.m index 93caab12f..afd9ee5f7 100644 --- a/wrap/tests/expected/@Point2/dim.m +++ b/wrap/tests/expected/@Point2/dim.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.dim() function result = dim(obj) +% usage: obj.dim() +% automatically generated by wrap on 2011-Oct-31 error('need to compile dim.cpp'); end diff --git a/wrap/tests/expected/@Point2/x.cpp b/wrap/tests/expected/@Point2/x.cpp index 5f98d17c6..da5ed8a0c 100644 --- a/wrap/tests/expected/@Point2/x.cpp +++ b/wrap/tests/expected/@Point2/x.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Point2/x.m b/wrap/tests/expected/@Point2/x.m index 4dae83bf5..3309b286c 100644 --- a/wrap/tests/expected/@Point2/x.m +++ b/wrap/tests/expected/@Point2/x.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.x() function result = x(obj) +% usage: obj.x() +% automatically generated by wrap on 2011-Oct-31 error('need to compile x.cpp'); end diff --git a/wrap/tests/expected/@Point2/y.cpp b/wrap/tests/expected/@Point2/y.cpp index 835aa8a1e..3d61a4048 100644 --- a/wrap/tests/expected/@Point2/y.cpp +++ b/wrap/tests/expected/@Point2/y.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Point2/y.m b/wrap/tests/expected/@Point2/y.m index 9e2897114..015a11144 100644 --- a/wrap/tests/expected/@Point2/y.m +++ b/wrap/tests/expected/@Point2/y.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.y() function result = y(obj) +% usage: obj.y() +% automatically generated by wrap on 2011-Oct-31 error('need to compile y.cpp'); end diff --git a/wrap/tests/expected/@Point3/Point3.m b/wrap/tests/expected/@Point3/Point3.m index 139c7d079..e2633f4ab 100644 --- a/wrap/tests/expected/@Point3/Point3.m +++ b/wrap/tests/expected/@Point3/Point3.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 classdef Point3 +% automatically generated by wrap on 2011-Oct-31 properties self = 0 end diff --git a/wrap/tests/expected/@Point3/norm.cpp b/wrap/tests/expected/@Point3/norm.cpp index 37ad329ce..6daaadfd1 100644 --- a/wrap/tests/expected/@Point3/norm.cpp +++ b/wrap/tests/expected/@Point3/norm.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Point3/norm.m b/wrap/tests/expected/@Point3/norm.m index 02943303f..6467afe40 100644 --- a/wrap/tests/expected/@Point3/norm.m +++ b/wrap/tests/expected/@Point3/norm.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.norm() function result = norm(obj) +% usage: obj.norm() +% automatically generated by wrap on 2011-Oct-31 error('need to compile norm.cpp'); end diff --git a/wrap/tests/expected/@Test/Test.m b/wrap/tests/expected/@Test/Test.m index 31e5e35b2..772e9476d 100644 --- a/wrap/tests/expected/@Test/Test.m +++ b/wrap/tests/expected/@Test/Test.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 classdef Test +% automatically generated by wrap on 2011-Oct-31 properties self = 0 end diff --git a/wrap/tests/expected/@Test/create_ptrs.cpp b/wrap/tests/expected/@Test/create_ptrs.cpp index 9a7215a60..690466298 100644 --- a/wrap/tests/expected/@Test/create_ptrs.cpp +++ b/wrap/tests/expected/@Test/create_ptrs.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/create_ptrs.m b/wrap/tests/expected/@Test/create_ptrs.m index 0fbbd9be5..07325487f 100644 --- a/wrap/tests/expected/@Test/create_ptrs.m +++ b/wrap/tests/expected/@Test/create_ptrs.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.create_ptrs() function [first,second] = create_ptrs(obj) +% usage: obj.create_ptrs() +% automatically generated by wrap on 2011-Oct-31 error('need to compile create_ptrs.cpp'); end diff --git a/wrap/tests/expected/@Test/print.cpp b/wrap/tests/expected/@Test/print.cpp index 5db55477c..9c516c6b7 100644 --- a/wrap/tests/expected/@Test/print.cpp +++ b/wrap/tests/expected/@Test/print.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/print.m b/wrap/tests/expected/@Test/print.m index 91e8ff31a..8156885bc 100644 --- a/wrap/tests/expected/@Test/print.m +++ b/wrap/tests/expected/@Test/print.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.print() function result = print(obj) +% usage: obj.print() +% automatically generated by wrap on 2011-Oct-31 error('need to compile print.cpp'); end diff --git a/wrap/tests/expected/@Test/return_TestPtr.cpp b/wrap/tests/expected/@Test/return_TestPtr.cpp index 0c22621a6..b4ebecfd8 100644 --- a/wrap/tests/expected/@Test/return_TestPtr.cpp +++ b/wrap/tests/expected/@Test/return_TestPtr.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_TestPtr.m b/wrap/tests/expected/@Test/return_TestPtr.m index 0753c283b..5da63f9c1 100644 --- a/wrap/tests/expected/@Test/return_TestPtr.m +++ b/wrap/tests/expected/@Test/return_TestPtr.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_TestPtr(value) function result = return_TestPtr(obj,value) +% usage: obj.return_TestPtr(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_TestPtr.cpp'); end diff --git a/wrap/tests/expected/@Test/return_bool.cpp b/wrap/tests/expected/@Test/return_bool.cpp index d05f5c3b7..5a797b963 100644 --- a/wrap/tests/expected/@Test/return_bool.cpp +++ b/wrap/tests/expected/@Test/return_bool.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_bool.m b/wrap/tests/expected/@Test/return_bool.m index 3ef97ad8f..bf41045d3 100644 --- a/wrap/tests/expected/@Test/return_bool.m +++ b/wrap/tests/expected/@Test/return_bool.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_bool(value) function result = return_bool(obj,value) +% usage: obj.return_bool(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_bool.cpp'); end diff --git a/wrap/tests/expected/@Test/return_double.cpp b/wrap/tests/expected/@Test/return_double.cpp index edbffb889..c1dc96f9d 100644 --- a/wrap/tests/expected/@Test/return_double.cpp +++ b/wrap/tests/expected/@Test/return_double.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_double.m b/wrap/tests/expected/@Test/return_double.m index 87e2929da..e8c154440 100644 --- a/wrap/tests/expected/@Test/return_double.m +++ b/wrap/tests/expected/@Test/return_double.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_double(value) function result = return_double(obj,value) +% usage: obj.return_double(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_double.cpp'); end diff --git a/wrap/tests/expected/@Test/return_field.cpp b/wrap/tests/expected/@Test/return_field.cpp index 727f6faa0..adcb76bfd 100644 --- a/wrap/tests/expected/@Test/return_field.cpp +++ b/wrap/tests/expected/@Test/return_field.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_field.m b/wrap/tests/expected/@Test/return_field.m index 7e63e32e2..d99196354 100644 --- a/wrap/tests/expected/@Test/return_field.m +++ b/wrap/tests/expected/@Test/return_field.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_field(t) function result = return_field(obj,t) +% usage: obj.return_field(t) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_field.cpp'); end diff --git a/wrap/tests/expected/@Test/return_int.cpp b/wrap/tests/expected/@Test/return_int.cpp index 61b53f4ce..fc24edc3c 100644 --- a/wrap/tests/expected/@Test/return_int.cpp +++ b/wrap/tests/expected/@Test/return_int.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_int.m b/wrap/tests/expected/@Test/return_int.m index df5502203..a36990b35 100644 --- a/wrap/tests/expected/@Test/return_int.m +++ b/wrap/tests/expected/@Test/return_int.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_int(value) function result = return_int(obj,value) +% usage: obj.return_int(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_int.cpp'); end diff --git a/wrap/tests/expected/@Test/return_matrix1.cpp b/wrap/tests/expected/@Test/return_matrix1.cpp index c7b12ddad..07c59cebc 100644 --- a/wrap/tests/expected/@Test/return_matrix1.cpp +++ b/wrap/tests/expected/@Test/return_matrix1.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_matrix1.m b/wrap/tests/expected/@Test/return_matrix1.m index bb71670db..87200044f 100644 --- a/wrap/tests/expected/@Test/return_matrix1.m +++ b/wrap/tests/expected/@Test/return_matrix1.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_matrix1(value) function result = return_matrix1(obj,value) +% usage: obj.return_matrix1(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_matrix1.cpp'); end diff --git a/wrap/tests/expected/@Test/return_matrix2.cpp b/wrap/tests/expected/@Test/return_matrix2.cpp index e41cf5f96..6a942b54d 100644 --- a/wrap/tests/expected/@Test/return_matrix2.cpp +++ b/wrap/tests/expected/@Test/return_matrix2.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_matrix2.m b/wrap/tests/expected/@Test/return_matrix2.m index b8b74dd03..05b9c9c9c 100644 --- a/wrap/tests/expected/@Test/return_matrix2.m +++ b/wrap/tests/expected/@Test/return_matrix2.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_matrix2(value) function result = return_matrix2(obj,value) +% usage: obj.return_matrix2(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_matrix2.cpp'); end diff --git a/wrap/tests/expected/@Test/return_pair.cpp b/wrap/tests/expected/@Test/return_pair.cpp index 0e274049e..637f0b365 100644 --- a/wrap/tests/expected/@Test/return_pair.cpp +++ b/wrap/tests/expected/@Test/return_pair.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_pair.m b/wrap/tests/expected/@Test/return_pair.m index 35348fd9b..61a0138f8 100644 --- a/wrap/tests/expected/@Test/return_pair.m +++ b/wrap/tests/expected/@Test/return_pair.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_pair(v,A) function [first,second] = return_pair(obj,v,A) +% usage: obj.return_pair(v,A) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_pair.cpp'); end diff --git a/wrap/tests/expected/@Test/return_ptrs.cpp b/wrap/tests/expected/@Test/return_ptrs.cpp index 4ad4c4fd4..ae1ceae84 100644 --- a/wrap/tests/expected/@Test/return_ptrs.cpp +++ b/wrap/tests/expected/@Test/return_ptrs.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_ptrs.m b/wrap/tests/expected/@Test/return_ptrs.m index ba1a16659..8eb7d0ce2 100644 --- a/wrap/tests/expected/@Test/return_ptrs.m +++ b/wrap/tests/expected/@Test/return_ptrs.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_ptrs(p1,p2) function [first,second] = return_ptrs(obj,p1,p2) +% usage: obj.return_ptrs(p1,p2) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_ptrs.cpp'); end diff --git a/wrap/tests/expected/@Test/return_size_t.cpp b/wrap/tests/expected/@Test/return_size_t.cpp index ce5a1a9e4..1ffaf6a4f 100644 --- a/wrap/tests/expected/@Test/return_size_t.cpp +++ b/wrap/tests/expected/@Test/return_size_t.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_size_t.m b/wrap/tests/expected/@Test/return_size_t.m index ad4500fd1..9124824b7 100644 --- a/wrap/tests/expected/@Test/return_size_t.m +++ b/wrap/tests/expected/@Test/return_size_t.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_size_t(value) function result = return_size_t(obj,value) +% usage: obj.return_size_t(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_size_t.cpp'); end diff --git a/wrap/tests/expected/@Test/return_string.cpp b/wrap/tests/expected/@Test/return_string.cpp index d09e8fb31..3055a8422 100644 --- a/wrap/tests/expected/@Test/return_string.cpp +++ b/wrap/tests/expected/@Test/return_string.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_string.m b/wrap/tests/expected/@Test/return_string.m index 28a02b0d1..ad22de567 100644 --- a/wrap/tests/expected/@Test/return_string.m +++ b/wrap/tests/expected/@Test/return_string.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_string(value) function result = return_string(obj,value) +% usage: obj.return_string(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_string.cpp'); end diff --git a/wrap/tests/expected/@Test/return_vector1.cpp b/wrap/tests/expected/@Test/return_vector1.cpp index 079ebff09..e1a384957 100644 --- a/wrap/tests/expected/@Test/return_vector1.cpp +++ b/wrap/tests/expected/@Test/return_vector1.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_vector1.m b/wrap/tests/expected/@Test/return_vector1.m index 266017c86..a0ee6e8ba 100644 --- a/wrap/tests/expected/@Test/return_vector1.m +++ b/wrap/tests/expected/@Test/return_vector1.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_vector1(value) function result = return_vector1(obj,value) +% usage: obj.return_vector1(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_vector1.cpp'); end diff --git a/wrap/tests/expected/@Test/return_vector2.cpp b/wrap/tests/expected/@Test/return_vector2.cpp index 693d3d06b..1380643c1 100644 --- a/wrap/tests/expected/@Test/return_vector2.cpp +++ b/wrap/tests/expected/@Test/return_vector2.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/@Test/return_vector2.m b/wrap/tests/expected/@Test/return_vector2.m index f237ce228..3768e9e0e 100644 --- a/wrap/tests/expected/@Test/return_vector2.m +++ b/wrap/tests/expected/@Test/return_vector2.m @@ -1,5 +1,5 @@ -% automatically generated by wrap on 2010-Feb-23 -% usage: obj.return_vector2(value) function result = return_vector2(obj,value) +% usage: obj.return_vector2(value) +% automatically generated by wrap on 2011-Oct-31 error('need to compile return_vector2.cpp'); end diff --git a/wrap/tests/expected/make_geometry.m b/wrap/tests/expected/make_geometry.m index 630e6465a..601f15270 100644 --- a/wrap/tests/expected/make_geometry.m +++ b/wrap/tests/expected/make_geometry.m @@ -1,4 +1,4 @@ -% automatically generated by wrap on 2010-Feb-23 +% automatically generated by wrap on 2011-Oct-31 echo on toolboxpath = pwd diff --git a/wrap/tests/expected/new_Point2_.cpp b/wrap/tests/expected/new_Point2_.cpp index 6a78d318d..4745ae6a1 100644 --- a/wrap/tests/expected/new_Point2_.cpp +++ b/wrap/tests/expected/new_Point2_.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/new_Point2_.m b/wrap/tests/expected/new_Point2_.m index b5cab71ab..3fbdf280e 100644 --- a/wrap/tests/expected/new_Point2_.m +++ b/wrap/tests/expected/new_Point2_.m @@ -1,4 +1,4 @@ -% automatically generated by wrap on 2010-Feb-23 function result = new_Point2_(obj) +% automatically generated by wrap on 2011-Oct-31 error('need to compile new_Point2_.cpp'); end diff --git a/wrap/tests/expected/new_Point2_dd.cpp b/wrap/tests/expected/new_Point2_dd.cpp index 15a8a190d..30db28cd9 100644 --- a/wrap/tests/expected/new_Point2_dd.cpp +++ b/wrap/tests/expected/new_Point2_dd.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/new_Point2_dd.m b/wrap/tests/expected/new_Point2_dd.m index bdd42b766..c7e790ecb 100644 --- a/wrap/tests/expected/new_Point2_dd.m +++ b/wrap/tests/expected/new_Point2_dd.m @@ -1,4 +1,4 @@ -% automatically generated by wrap on 2010-Feb-23 function result = new_Point2_dd(obj,x,y) +% automatically generated by wrap on 2011-Oct-31 error('need to compile new_Point2_dd.cpp'); end diff --git a/wrap/tests/expected/new_Point3_ddd.cpp b/wrap/tests/expected/new_Point3_ddd.cpp index 82c95bdc6..c83518386 100644 --- a/wrap/tests/expected/new_Point3_ddd.cpp +++ b/wrap/tests/expected/new_Point3_ddd.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/new_Point3_ddd.m b/wrap/tests/expected/new_Point3_ddd.m index 229b9658c..818478f37 100644 --- a/wrap/tests/expected/new_Point3_ddd.m +++ b/wrap/tests/expected/new_Point3_ddd.m @@ -1,4 +1,4 @@ -% automatically generated by wrap on 2010-Feb-23 function result = new_Point3_ddd(obj,x,y,z) +% automatically generated by wrap on 2011-Oct-31 error('need to compile new_Point3_ddd.cpp'); end diff --git a/wrap/tests/expected/new_Test_.cpp b/wrap/tests/expected/new_Test_.cpp index ab2171762..9afe37223 100644 --- a/wrap/tests/expected/new_Test_.cpp +++ b/wrap/tests/expected/new_Test_.cpp @@ -1,4 +1,4 @@ -// automatically generated by wrap on 2010-Feb-23 +// automatically generated by wrap on 2011-Oct-31 #include #include void mexFunction(int nargout, mxArray *out[], int nargin, const mxArray *in[]) diff --git a/wrap/tests/expected/new_Test_.m b/wrap/tests/expected/new_Test_.m index 1aae9b6f5..03f3ca25f 100644 --- a/wrap/tests/expected/new_Test_.m +++ b/wrap/tests/expected/new_Test_.m @@ -1,4 +1,4 @@ -% automatically generated by wrap on 2010-Feb-23 function result = new_Test_(obj) +% automatically generated by wrap on 2011-Oct-31 error('need to compile new_Test_.cpp'); end