Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JPolynome1D.sh
Go to the documentation of this file.
1#!/usr/bin/env zsh
2#
3# \author mdejong
4#
5version=1.0
6script=${0##*/}
7
8# ------------------------------------------------------------------------------------------
9#
10# Utility script to test JPolynome1D.
11#
12# ------------------------------------------------------------------------------------------
13
14if [ -z $JPP_DIR ]; then
15 echo "Variable JPP_DIR undefined."
16 exit
17fi
18
19source $JPP_DIR/setenv.sh $JPP_DIR
20
21if do_usage $*; then
22 usage "$script"
23fi
24
25# default input values
26
27POLYNOME="1 1 1 1"
28
29
30$JPP_DIR/examples/JTools/JPolynome1D \
31 -P $POLYNOME \
32 -n 10000