summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/isempty/disEmptya.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliaryFunctions/isempty/disEmptya.c')
-rw-r--r--src/auxiliaryFunctions/isempty/disEmptya.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/auxiliaryFunctions/isempty/disEmptya.c b/src/auxiliaryFunctions/isempty/disEmptya.c
index 985d057e..5871e1ca 100644
--- a/src/auxiliaryFunctions/isempty/disEmptya.c
+++ b/src/auxiliaryFunctions/isempty/disEmptya.c
@@ -5,15 +5,13 @@
** Made by Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on Wed Feb 14 15:29:27 2007 jofret
-** Last update Thu Feb 15 16:35:20 2007 jofret
+** Last update Fri Feb 23 18:00:53 2007 jofret
**
** Copyright INRIA 2007
*/
-#include <stdbool.h>
-#include "notFound.h"
-
-int dfinda(double*, int);
+#include "isEmpty.h"
+#include "find.h"
bool disEmptya(double* x, int size) {
if (dfinda(x, size) == NOT_FOUND) {