newTest_LatLonGridFactory Function

public function newTest_LatLonGridFactory(testParameter) result(aTest)

Arguments

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

Return Value type(Test_LatLonGridFactory)


Called by

proc~~newtest_latlongridfactory~~CalledByGraph proc~newtest_latlongridfactory newTest_LatLonGridFactory interface~test_latlongridfactory Test_LatLonGridFactory interface~test_latlongridfactory->proc~newtest_latlongridfactory

Source Code

   function newTest_LatLonGridFactory(testParameter) result(aTest)
      type (Test_LatLonGridFactory) :: aTest
      class (GridCase), intent(in) :: testParameter

   end function newTest_LatLonGridFactory