179. Place IMPLICIT NONE before CONTAINS in a module.#

topic: Modules

Note

This tip is a draft1.

Place IMPLICIT NONE after USE statements but before the CONTAINS statement in a module. Then IMPLICIT NONE in CONTAINed module procedures is legal but redundant.



1

From the perspective of FortranTip Browser, “draft” means that it hasn’t been edited for formatting, hasn’t had corresponding Fortran programs added, the text content hasn’t been enhanced, etc. Draft texts are extracted from the corresponding Tweet using the Twitter API.