TestRealVal Interface

public interface TestRealVal

Constructor interface for a TestRealVal object.


Contents


Module Procedures

public function newTestRealVal_name(ts_name) result(new_ts)

Construct new TestRealVal given a name.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: ts_name

Name of the new TestRealVal object.

Return Value type(TestRealVal)

Return new TestRealVal object.