Print the integer kinds for each real type
subroutine printTypes
!! Print the integer kinds for each real type
write(*,*) 'sp: ',sp
write(*,*) 'dp: ',dp
write(*,*) 'ep: ',ep
write(*,*) 'qp: ',qp
write(*,*) 'wp: ',wp
end subroutine printTypes