MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
ConvertUnitsAction
Interface
3 statements
Source File
ConvertUnitsAction.F90
mapl3g_ConvertUnitsAction
ConvertUnitsAction
Contents
Module Procedures
new_converter
public interface ConvertUnitsAction
Module Procedures
private function new_converter(src_units, dst_units) result(action)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
src_units
character(len=*),
intent(in)
::
dst_units
Return Value
type(
ConvertUnitsAction
)