TestRealVal Interface

public interface TestRealVal

Constructor interface for a TestRealVal object.


Contents


Module Procedures

public function newTestRealVal_name(ts_name, eps) 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.

real(kind=wp), optional :: eps

Allowed margin of error

Return Value type(TestRealVal)

Return new TestRealVal object.