constructor Function

private function constructor() result(this)

Instantiates a ground object.

Arguments

None

Return Value type(ground)


Called by

proc~~constructor~9~~CalledByGraph proc~constructor~9 constructor interface~ground ground interface~ground->proc~constructor~9

Contents

Source Code


Source Code

  function constructor() result(this)
    !* Author: Christopher MacMackin
    !  Date: April 2016
    ! 
    ! Instantiates a [[ground]] object.
    !
    type(ground) :: this
  end function constructor