dc_units::clear Interface Reference

Private Member Functions

subroutine dcunitsclear (u)
 

Detailed Description

Definition at line 36 of file dc_units.f90.

Member Function/Subroutine Documentation

◆ dcunitsclear()

subroutine dc_units::clear::dcunitsclear ( type(units), intent(inout)  u)
private

Definition at line 194 of file dc_units.f90.

194  type(units), intent(inout):: u
195  nullify(u%name)
196  nullify(u%power)
197  u%factor = 1.0_dp
198  u%offset = ""
199  u%nelems = 0

The documentation for this interface was generated from the following file: