set_commentOnly Subroutine

private pure elemental subroutine set_commentOnly(this, commentOnly)

Type Bound

filters

Arguments

Type IntentOptional Attributes Name
class(filters), intent(inout) :: this
logical, intent(in) :: commentOnly

Contents

Source Code


Source Code

   elemental pure subroutine set_commentOnly(this, commentOnly)
      class(filters), intent(inout) :: this
      logical, intent(in)           :: commentOnly

      this%commentOnly = commentOnly
   end subroutine set_commentOnly