diff options
Diffstat (limited to 'src/auxiliaryFunctions/isempty/cisEmptya.c')
-rw-r--r-- | src/auxiliaryFunctions/isempty/cisEmptya.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/auxiliaryFunctions/isempty/cisEmptya.c b/src/auxiliaryFunctions/isempty/cisEmptya.c index bbaa71ea..3d40e10f 100644 --- a/src/auxiliaryFunctions/isempty/cisEmptya.c +++ b/src/auxiliaryFunctions/isempty/cisEmptya.c @@ -5,16 +5,13 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Wed Feb 14 15:33:30 2007 jofret -** Last update Wed Feb 14 15:35:29 2007 jofret +** Last update Fri Feb 23 18:01:22 2007 jofret ** ** Copyright INRIA 2007 */ -#include <stdbool.h> -#include "notFound.h" -#include "floatComplex.h" - -int cfinda(floatComplex*, int); +#include "isEmpty.h" +#include "find.h" bool cisEmptya(floatComplex* x, int size) { if (cfinda(x, size) == NOT_FOUND) { |