get_DirFromPath Subroutine

public subroutine get_DirFromPath(path, directory, filename)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path
character(len=:), intent(out), allocatable :: directory
character(len=:), intent(out), optional, allocatable :: filename

Called by

proc~~get_dirfrompath~~CalledByGraph proc~get_dirfrompath path_operator_m::get_DirFromPath proc~flowfieldunstructuredgrid_ unstructuredGrid_m::FlowFieldUnstructuredGrid_ proc~flowfieldunstructuredgrid_->proc~get_dirfrompath proc~flowfieldunstructuredgrid_withmeshfile unstructuredGrid_m::FlowFieldUnstructuredGrid_withMeshFile proc~flowfieldunstructuredgrid_withmeshfile->proc~get_dirfrompath proc~flowfield_ flow_field_m::FlowField_ proc~flowfield_->proc~flowfieldunstructuredgrid_ proc~flowfield_->proc~flowfieldunstructuredgrid_withmeshfile program~boxflowfield boxFlowField program~boxflowfield->proc~flowfieldunstructuredgrid_withmeshfile

Contents