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 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | frame |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(animation_t), | intent(inout) | :: | anim | |||
character(len=*), | intent(in) | :: | filename | |||
integer, | intent(in) | :: | fps |