#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Generate barycentric histograms of anisotropy" |
Functions | |
int | tend_anhistMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_anhistInfoL |
unrrduCmd | tend_anhistCmd = { "anhist", INFO, tend_anhistMain } |
#define INFO "Generate barycentric histograms of anisotropy" |
int tend_anhistMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_anhistInfoL |
Initial value:
(INFO ". The barycentric space used is either one of Westin's " "triple of spherical, linear, and planar anisotropy. The bin " "counts in the histogram are weighted by the confidence value.")
unrrduCmd tend_anhistCmd = { "anhist", INFO, tend_anhistMain } |