Toggle navigation
FEQParse
Contents
Source Files
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
character_array_assign_function
Subroutine
3-Clause BSD
8 statements
Source File
FEQParse_Functions.f90
FEQParse_Functions
character_array_assign_function
Contents
None
private subroutine character_array_assign_function(lhs, rhs)
Arguments
Type
Intent
Optional
Attributes
Name
class(
FEQParse_Function
),
intent(inout)
::
lhs
Left hand side.
class(
Tuple
),
intent(in)
::
rhs
Right hand side.
Contents
None