notify_s.f90 Source File


This file depends on

sourcefile~~notify_s.f90~~EfferentGraph sourcefile~notify_s.f90 notify_s.f90 sourcefile~prif_private_s.f90 prif_private_s.f90 sourcefile~notify_s.f90->sourcefile~prif_private_s.f90 sourcefile~prif.f90 prif.F90 sourcefile~prif_private_s.f90->sourcefile~prif.f90

Contents

Source Code


Source Code

! Copyright (c), The Regents of the University of California
! Terms of use are as specified in LICENSE.txt
submodule(prif:prif_private_s) notify_s

  implicit none

contains

  module procedure prif_notify_wait
    call unimplemented("prif_notify_wait")
  end procedure

end submodule notify_s