fortplot
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
parse_frame_header
Function
22 statements
Source File
fortplot_ascii_player.f90
fortplot_ascii_player
parse_frame_header
Contents
public function parse_frame_header(line, frame_index) result(is_header)
Recognize lines of the form "=== Frame
===" and return N.
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
line
integer,
intent(out)
::
frame_index
Return Value
logical