Dumps the proposal information derived from the ODF.
interface printODFProposal
subroutine printODFProposal(proposalInfo, printHeader)
type(ProposalInfoType), intent(in) :: proposalInfo
logical, intent(in), optional :: printHeader
end subroutine printODFProposal
end interface
The optional parameter printHeader specifies whether the header is also printed to STDOUT (T) or not (F). The default is True.
Note that proposalInfo is obtained via
call OAL_proposalInfo(proposalInfo)