4 ! The use of WP in the ODE_DERIVATIVE interface used to be rejected because
5 ! the symbol was imported under the original name DP.
7 ! Original test case from Arjen Markus <arjen.markus@deltares.nl>
9 module select_precision
10 integer, parameter :: dp
= kind(1.0)
11 end module select_precision
14 use select_precision
, only
: wp
=> dp
17 subroutine ode_derivative(x
)
20 end subroutine ode_derivative