Mercurial > hg > ltpda
view src/ltpda_ssmsim/ltpda_ssmsim.h @ 15:ce3fbb7ebe71 database-connection-manager
Remove broken functions from utils.jmysql
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Mon, 05 Dec 2011 16:20:06 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
/* Header for mfnest.c $Id: ltpda_ssmsim.h,v 1.1 2010/08/19 14:15:48 hewitson Exp $ */ /* from mnfest.c */ void print_usage(char *version); int smooth(double *nxx, double *xx, int nx, int bw, double ol, char *method); double median(double *x, int nx); double mean(double *x, int nx); double smax(double *x, int nx); double smin(double *x, int nx); /* from quick.c */ int quickSort(double *arr, int elements);