save_animation_demo Program

Variables

Type Attributes Name Initial
integer, parameter :: NFRAMES = 60
type(figure_t) :: fig
type(animation_t) :: anim
real(kind=wp), dimension(100) :: x
real(kind=wp), dimension(100) :: y
integer :: i

Subroutines

subroutine update_wave(frame)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: frame

subroutine save_animation_with_error_handling(anim, filename, fps)

Arguments

Type IntentOptional Attributes Name
type(animation_t), intent(inout) :: anim
character(len=*), intent(in) :: filename
integer, intent(in) :: fps

Arguments

None