set_allowStoreCodeDebug Subroutine

private pure elemental subroutine set_allowStoreCodeDebug(this, allowStoreCodeDebug)

Type Bound

compiler_explorer

Arguments

Type IntentOptional Attributes Name
class(compiler_explorer), intent(inout) :: this
logical, intent(in) :: allowStoreCodeDebug

Contents


Source Code

   elemental pure subroutine set_allowStoreCodeDebug(this, allowStoreCodeDebug)
      class(compiler_explorer), intent(inout) :: this
      logical, intent(in)                     :: allowStoreCodeDebug

      this%allowStoreCodeDebug = allowStoreCodeDebug
   end subroutine set_allowStoreCodeDebug