Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
exportDictionary
Subroutine
MIT
31 statements
Source File
DictionaryClass.f90
DictionaryClass
exportDictionary
Contents
None
public subroutine exportDictionary(obj, FileName, fh, From, to)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Dictionary_
)
::
obj
character(len=*),
intent(in)
::
FileName
integer(kind=int32),
intent(in),
optional
::
fh
integer(kind=int32),
intent(in),
optional
::
From
integer(kind=int32),
intent(in),
optional
::
to
Contents
None