Program Listing for File stub_kernel.f90

Return to documentation for file (kernels/stub_kernel.f90)

! Minimal routine so the archive is non-empty
subroutine noop_kernel()
  implicit none
end subroutine noop_kernel