write_matrix_2D Subroutine

private subroutine write_matrix_2D(M, dec_places, unit_id, advance)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: M(:,:)
integer, intent(in), optional :: dec_places
integer, intent(in), optional :: unit_id
logical, intent(in), optional :: advance

Contents