getRealArrayFromStringNoCommas Subroutine

public subroutine getRealArrayFromStringNoCommas(line, array)

Arguments

Type IntentOptional Attributes Name
character(len=4096), intent(in) :: line
real(kind=RP), allocatable :: array(:)