Loading...
Searching...
No Matches
dc_units::clear Interface Reference

Public 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)

Definition at line 193 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: