Neko 1.99.7
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
expression::token_t Type Reference

A single token of an expression. More...

Public Attributes

integer kind = TK_END
 
real(kind=rp) num = 0.0_rp
 
character(len=expr_max_identname = ''
 
integer pos = 0
 Position of the first character of the token in the source string, used for error messages.
 

Detailed Description

Definition at line 92 of file expression.f90.

Member Data Documentation

◆ kind

integer expression::token_t::kind = TK_END

Definition at line 93 of file expression.f90.

◆ name

character(len=expr_max_ident) expression::token_t::name = ''

Definition at line 95 of file expression.f90.

◆ num

real(kind=rp) expression::token_t::num = 0.0_rp

Definition at line 94 of file expression.f90.

◆ pos

integer expression::token_t::pos = 0

Definition at line 98 of file expression.f90.


The documentation for this type was generated from the following file: