27#include <lal/LALInspiralBank.h>
28#include <lal/AVFactories.h>
29#include <lal/SeqFactories.h>
30#include <lal/LALStdio.h>
31#include <lal/FindRoot.h>
65 if ((current = malloc(
sizeof(*current))) == NULL) {
67 printf(
"Error with malloc\n");
72 current->
next = *headRef;
100 for (ptr = *headRef; ptr != NULL; ptr= ptr->
next){
114 *headRef = ptr->
next;
UINT4 LALListLength(CellList *list)
void LALListAppend(CellList **headRef, INT4 id)
void LALListDelete(CellList **headRef, INT4 id)
This is a structure needed in the inner workings of the LALInspiralHexagonalBank code.
struct tagCellList * next