Aim: Write keyword stating that an action governed by a boolean parameter was performed.
The routine declaration is:
subroutine keywordDone(in_tab, taskname, paramname) ! in_tab: handle to the table where the keyword will be written ! taskname: name of the calling task ! paramname: name of the boolean parameter type(BlockT), intent(in) :: in_tab character(len=*), intent(in) :: taskname, paramname