read_double_at_pos Abstract Interface

abstract interface
public function read_double_at_pos(this, x, y, z) result(res)

Arguments

Type IntentOptional Attributes Name
class(idbase), intent(in) :: this

Object of class idbase which this PROCEDURE is a member of

double precision, intent(in), VALUE :: x

coordinate of the desired point

double precision, intent(in), VALUE :: y

coordinate of the desired point

double precision, intent(in), VALUE :: z

coordinate of the desired point

Return Value double precision

Real number at

Description

INTERFACE for a PROCEDURE that returns a DOUBLE PRECISION at a given position