From 98f76042581aa9e946fd265c7e48ec04fdde76e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Sch=C3=B6pflin?= Date: Wed, 12 Mar 2003 10:49:11 +0000 Subject: [PATCH] Merged fix for regression test failure for VA6 from trunk to branch [SVN r17832] --- test/constructors.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/constructors.cpp b/test/constructors.cpp index 372ba47..87ad1ea 100644 --- a/test/constructors.cpp +++ b/test/constructors.cpp @@ -10,12 +10,12 @@ #include #include -void check_shape(const double&, unsigned int*, int*, unsigned int) +void check_shape(const double&, size_t*, int*, unsigned int) {} template void check_shape(const Array& A, - unsigned int* sizes, + size_t* sizes, int* strides, unsigned int num_elements) {