working martini
[unres4.git] / source / unres / linmin.F90
1       module linmin
2       implicit none
3       integer intmax
4       real*8 stpmin
5       real*8 stpmax
6       real*8 cappa
7       real*8 slpmax
8       real*8 angmax
9       save
10       end