TestRealArrVal Interface

public interface TestRealArrVal

Constructor interface for a TestRealArrVal object.


Contents


Module Procedures

public function newTestRealArrVal_name(ts_name, eps) result(new_ts)

Construct new TestRealArrVal given a name.

Arguments

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

Name of the new TestRealArrVal object.

real(kind=wp), optional :: eps

Allowed margin of error

Return Value type(TestRealArrVal)

Return new TestRealArrVal object.