#include "ten.h"
#include "privateTen.h"
Defines | |
#define | INFO "Compute volume of shape triples" |
Functions | |
int | tend_tripleMain (int argc, char **argv, char *me, hestParm *hparm) |
Variables | |
char * | _tend_tripleInfoL |
unrrduCmd | tend_tripleCmd = { "triple", INFO, tend_tripleMain } |
#define INFO "Compute volume of shape triples" |
int tend_tripleMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _tend_tripleInfoL |
Initial value:
(INFO ". The triple can be eignvalues, invariants (J, K, R), " "and lots of other things.")
unrrduCmd tend_tripleCmd = { "triple", INFO, tend_tripleMain } |