Actual source code: slepcdsmod.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 slepcdsdef
 11:         use slepcfndef
 12:         use slepcsys
 13: #include <../src/sys/classes/ds/f90-mod/slepcds.h>
 14:         end module

 16:         module slepcds
 17:         use slepcdsdef
 18: #include <../src/sys/classes/ds/f90-mod/slepcds.h90>
 19:         interface
 20: #include <../src/sys/classes/ds/f90-mod/ftn-auto-interfaces/slepcds.h90>
 21:         end interface
 22:         end module