LALApps 10.1.0.1-eeff03c
InspiralTmpltBankFromLIGOLw.c File Reference

Prototypes

int InspiralTmpltBankFromLIGOLw (InspiralTemplate **bankHead, const CHAR *fileName, INT4 startTmplt, INT4 stopTmplt)
 

Go to the source code of this file.

Data Structures

struct  MetaTableDirectory
 

Macros

#define CLOBBER_BANK
 

Macro Definition Documentation

◆ CLOBBER_BANK

#define CLOBBER_BANK
Value:
while ( *bankHead ) \
{ \
thisTmplt = *bankHead; \
*bankHead = (*bankHead)->next; \
LALFree( thisTmplt ); \
thisTmplt = NULL; \
}

Definition at line 47 of file InspiralTmpltBankFromLIGOLw.c.

Function Documentation

◆ InspiralTmpltBankFromLIGOLw()

int InspiralTmpltBankFromLIGOLw ( InspiralTemplate **  bankHead,
const CHAR fileName,
INT4  startTmplt,
INT4  stopTmplt 
)

Definition at line 58 of file InspiralTmpltBankFromLIGOLw.c.