alias_s.f90 Source File


This file depends on

sourcefile~~alias_s.f90~~EfferentGraph sourcefile~alias_s.f90 alias_s.f90 sourcefile~prif_private_s.f90 prif_private_s.f90 sourcefile~alias_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) alias_s

  implicit none

contains

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

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

end submodule alias_s