Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
attributes_set_string
Subroutine
9 statements
Source File
field_manager.F90
field_manager
attributes_set_string
Contents
None
private subroutine attributes_set_string(self, name, value)
Arguments
Type
Intent
Optional
Attributes
Name
class(
type_attributes
),
intent(inout)
::
self
character(len=*),
intent(in)
::
name
character(len=*),
intent(in)
::
value
Contents
None