Print a summary of the system input on standard output.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | value | :: | s_prt |
subroutine C_ommp_print_summary(s_prt) bind(c, name='ommp_print_summary')
!! Print a summary of the system input on standard output.
implicit none
type(c_ptr), value :: s_prt
type(ommp_system), pointer :: s
call c_f_pointer(s_prt, s)
call ommp_print_summary(s)
end subroutine C_ommp_print_summary