newTest_LatLonCorners Function

public function newTest_LatLonCorners(testParameter) result(aTest)

Arguments

Type IntentOptional Attributes Name
class(GridCase), intent(in) :: testParameter

Return Value type(Test_LatLonCorners)


Called by

proc~~newtest_latloncorners~~CalledByGraph proc~newtest_latloncorners newTest_LatLonCorners interface~test_latloncorners Test_LatLonCorners interface~test_latloncorners->proc~newtest_latloncorners

Source Code

   function newTest_LatLonCorners(testParameter) result(aTest)
      type (Test_LatLonCorners) :: aTest
      class (GridCase), intent(in) :: testParameter

      _UNUSED_DUMMY(testParameter)

   end function newTest_LatLonCorners