Initial commit
This commit is contained in:
11
gen/fit_user.inc
Normal file
11
gen/fit_user.inc
Normal file
@ -0,0 +1,11 @@
|
||||
real xbase
|
||||
integer confun ! function to convolute
|
||||
logical show
|
||||
integer istp ! integration over istp*2 points
|
||||
integer npy ! number of points
|
||||
integer icnt ! number of folding multiplications
|
||||
integer ecnt ! error count
|
||||
|
||||
common /fit_confun_com/confun, xbase,
|
||||
1 npy, istp, icnt, ecnt, show
|
||||
|
Reference in New Issue
Block a user