summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions/find/zfinda.c
blob: e43cfa848ef32fd908f143e02df367f3909284e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
**  -*- C -*-
**
** zfinda.c
** Made by  Bruno JOFRET <bruno.jofret@inria.fr>
**
** Started on  Tue Feb 13 16:51:44 2007 jofret
** Last update Tue Feb 13 17:15:42 2007 jofret
**
** Copyright INRIA 2007
*/

#include "doubleComplex.h"
#include "notFound.h"

int		zfinda(doubleComplex* z, int size) {
  /* FIXME : Dummy !! */
  return NOT_FOUND;
}