Jpp
20.0.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
examples
JReconstruction
dst.sh
Go to the documentation of this file.
1
#!/usr/bin/env zsh
2
#
3
# \author mdejong
4
#
5
script=${0##*/}
6
7
source $JPP_DIR/setenv.sh $JPP_DIR
8
9
if do_usage $*; then
10
usage "$script <input file> <output file>"
11
fi
12
13
if (( $# != 2 )); then
14
fatal "Wrong number of arguments."
15
fi
16
17
$JPP_DIR/examples/JReconstruction/dst -f $1 -o $2
Generated by
1.12.0