From 90ba060e771371f041c905da5ca39fe941a7eb16 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Tue, 28 Apr 2009 03:45:05 +0800 Subject: [PATCH] some field are not correctly managed: mark them Most of them are not yet found... Signed-off-by: Jonathan "Duke" Leto --- swig/Statistics.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swig/Statistics.i b/swig/Statistics.i index e9a1bc8..a43f0ad 100644 --- a/swig/Statistics.i +++ b/swig/Statistics.i @@ -13,6 +13,8 @@ #include "gsl/gsl_statistics_char.h" %} +#warning min/max/min_index/max_index to handle at least + %include "gsl/gsl_statistics_double.h" %include "gsl/gsl_statistics_int.h" %include "gsl/gsl_statistics_char.h" -- 2.11.4.GIT