Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
t_xml_attribute Type Reference

XML attribute type. More...

Collaboration diagram for t_xml_attribute:

Private Member Functions

procedure to_string => attribute_name_val_string
 

Private Attributes

character(len=maxlenname
 
character(len=maxlenattvalue
 

Detailed Description

XML attribute type.

Definition at line 55 of file sll_m_xml.F90.

Member Function/Subroutine Documentation

◆ to_string()

procedure to_string
private

Definition at line 65 of file sll_m_xml.F90.

Member Data Documentation

◆ attvalue

character(len=maxlen) attvalue
private

Definition at line 63 of file sll_m_xml.F90.

◆ name

character(len=maxlen) name
private

Definition at line 57 of file sll_m_xml.F90.

    Report Typos and Errors