LISOUSI: Line Source Simulation
usage_text.cc
Go to the documentation of this file.
1 // DO NOT EDIT: this file is automatically derived from usage_text.txt
2 #include "usage_text.h"
3 char usage_text[]=
4 {
5  "usage: lisousi [-v] [-o] [-type type] [-Type type]\n"
6  " [-fdfilter] [-tdfilter] [-pad n] \n"
7  " [-taperlast] [-sqrttaper] [-tapdel t] [-tapslo s]\n"
8  " [-nointeg] [-integshift f]\n"
9  " [-tshift f] [-tfac f] [-tlim f]\n"
10  " [-fredomain]\n"
11  " [-exact]\n"
12  " [-velocity v]\n"
13  " [-transition r1,r2]\n"
14  " [-limitlength]\n"
15  " [-spatialdistance]\n"
16  " outfile infile [t:T] [f:F] [infile [t:T] [f:F] ...]\n"
17  " or: lisousi --help|-h\n"
18  " or: lisousi --xhelp[=type]\n"
19  " or: lisousi --listexperimental\n"
20 };
char usage_text[]
Definition: usage_text.cc:3