Help me pleeease
when I running my example using the dvode subroutine dvode.f90
and the options OPTIONS = SET_OPTS(BANDED_J=.TRUE.,RELERR=RTOL,ABSERR_vector=ATOL, &
LOWER_BANDWIDTH=ML,UPPER_BANDWIDTH=MU)
some errors appear like:
213 | LOWER_BANDWIDTH=ML,UPPER_BANDWIDTH=MU)
| 1
Error: Symbol ‘ml’ at (1) has no IMPLICIT type
h.f90:213:46:
213 | LOWER_BANDWIDTH=ML,UPPER_BANDWIDTH=MU)
| 1
Error: Symbol ‘mu’ at (1) has no IMPLICIT type
thank you