Actual source code: slepcfnmod.F

slepc-3.11.2 2019-07-30
Report Typos and Errors
  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-2019, Universitat Politecnica de Valencia, Spain
  5: !
  6: !  This file is part of SLEPc.
  7: !  SLEPc is distributed under a 2-clause BSD license (see LICENSE).
  8: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  9: !
 10:         module slepcfndef
 11:         use slepcsys
 12: #include <../src/sys/classes/fn/f90-mod/slepcfn.h>
 13:         end module

 15:         module slepcfn
 16:         use slepcfndef
 17: #include <../src/sys/classes/fn/f90-mod/slepcfn.h90>
 18:         interface
 19: #include <../src/sys/classes/fn/f90-mod/ftn-auto-interfaces/slepcfn.h90>
 20:         end interface
 21:         end module