From df98ca164db1ae1a252ac92a7343c3584a5bc0cf Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 18 Dec 2008 17:30:26 +0000 Subject: [PATCH] MEDMEM Industrialization 2008 + double* getBaryCentre(int, int) // needed for compatibility with IntersectionResult --- src/INTERP_KERNEL/InterpKernelMatrix.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/InterpKernelMatrix.hxx b/src/INTERP_KERNEL/InterpKernelMatrix.hxx index f42ccb424..990ee51e3 100755 --- a/src/INTERP_KERNEL/InterpKernelMatrix.hxx +++ b/src/INTERP_KERNEL/InterpKernelMatrix.hxx @@ -194,7 +194,11 @@ namespace INTERP_KERNEL { return _auxiliary_matrix[irow]; } - + + double* getBaryCentre(int, int) // needed for compatibility with IntersectionResult + { + return 0; + } }; /*! output to an ascii file -- 2.39.2