[BACK]Return to test2-a.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / hgm / mh / src / Testdata

File: [local] / OpenXM / src / hgm / mh / src / Testdata / test2-a.sh (download)

Revision 1.1, Fri Mar 8 04:54:01 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD

New options: --strategy n --abserr e1 --relerr e2
 If n==0, then the 4th Runge-Kutta is used.
If n==1, then the adaptive 4th Runge-Kutta is used where e1 is the absolute error and e2 is the relative error
to control the step size.

../hgm_w-n --idata tmp-idata2.txt --dataf bb --strategy 1 --abserr 0.0 --relerr 1e-10
diff bb* tmp-data2-a-out.txt
echo "Remove bb-* if there is no difference."