1 |
gezelter |
676 |
subroutine newGBtype(c_ident, sigma, l2b_ratio, eps, eps_ratio, mu, nu, & |
2 |
|
|
status) |
3 |
|
|
|
4 |
gezelter |
264 |
use definitions, ONLY : dp |
5 |
gezelter |
676 |
use gayberne, ONLY : module_newGBtype => newGBtype |
6 |
gezelter |
264 |
|
7 |
gezelter |
676 |
integer, intent(inout) :: c_ident, status |
8 |
gezelter |
264 |
real( kind = dp ), intent(inout) :: sigma, l2b_ratio, eps, eps_ratio |
9 |
|
|
real( kind = dp ), intent(inout) :: mu, nu |
10 |
|
|
|
11 |
gezelter |
676 |
call module_newGBtype(c_ident, sigma, l2b_ratio, eps, eps_ratio, & |
12 |
|
|
mu, nu, status) |
13 |
|
|
|
14 |
kdaily |
668 |
return |
15 |
gezelter |
676 |
end subroutine newGBtype |
16 |
kdaily |
668 |
|
17 |
gezelter |
676 |
subroutine destroyGBTypes() |
18 |
|
|
use gayberne, ONLY: module_destroyGBTypes => destroyGBTypes |
19 |
kdaily |
668 |
|
20 |
gezelter |
676 |
call module_destroyGBTypes() |
21 |
kdaily |
668 |
|
22 |
gezelter |
676 |
end subroutine destroyGBTypes |