Test FOODIE with the integration of Oscillation equations.
Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(oscillation_test) | :: | test | Oscillation test. |
program foodie_test_oscillation
!< Test FOODIE with the integration of Oscillation equations.
use foodie_test_oscillation_test, only : oscillation_test
implicit none
type(oscillation_test) :: test !< Oscillation test.
call test%execute
endprogram foodie_test_oscillation