LALApps 10.1.0.1-eeff03c
read.c File Reference

Prototypes

static const chartypestr (int type)
 
static size_t typesize (int type)
 
static int writeFrVectData (FILE *fp, double x0, double dx, void *data, size_t nobj, int type)
 
static int writeFrVect (FILE *fp, struct FrVect *v)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Function Documentation

◆ typestr()

static const char * typestr ( int  type)
static

Definition at line 25 of file read.c.

◆ typesize()

static size_t typesize ( int  type)
static

Definition at line 59 of file read.c.

◆ writeFrVectData()

static int writeFrVectData ( FILE *  fp,
double  x0,
double  dx,
void *  data,
size_t  nobj,
int  type 
)
static

Definition at line 93 of file read.c.

◆ writeFrVect()

static int writeFrVect ( FILE *  fp,
struct FrVect *  v 
)
static

Definition at line 193 of file read.c.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 225 of file read.c.