Jpp
18.0.0-rc.3
the software that should make you happy
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
examples
JTools
JPermutation.sh
Go to the documentation of this file.
1
#!/bin/zsh
2
#
3
# \author mdejong
4
#
5
version
=1.0
6
script=${0##*/}
7
8
# ------------------------------------------------------------------------------------------
9
#
10
# Utility script to test JPermutation.
11
#
12
# ------------------------------------------------------------------------------------------
13
14
if
[ -z $JPP_DIR ];
then
15
echo
"Variable JPP_DIR undefined."
16
exit
17
fi
18
19
source $JPP_DIR/setenv.sh $JPP_DIR
20
21
if
do_usage $*;
then
22
usage
"$script"
23
fi
24
25
# default input values
26
27
BUFFER
=
"1 3 5 7 9 2 4 6"
28
N
=6
29
30
31
$JPP_DIR/examples/JTools/JPermutation \
32
-i $BUFFER \
33
-
N
$N
BUFFER
esac done BUFFER
Definition:
JMakePDF.sh:77
version
version
Definition:
JEditTuneHV.sh:5
exit
exit
Definition:
JPizza.sh:36
usage
* usage
Definition:
JLigier-local.sh:34
then
then
Definition:
acoustics-fit-toolkit.sh:215
N
then usage $script< input file >[option[primary[working directory]]] nWhere option can be N
Definition:
JMuonPostfit.sh:36
echo
then echo
Definition:
JQAQC.sh:90
Generated by
1.8.5