Actual source code: slepcdsmod.F90

  1: !
  2: !  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  3: !  SLEPc - Scalable Library for Eigenvalue Problem Computations
  4: !  Copyright (c) 2002-, 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 slepcsysdef
 12: #include <../ftn/sys/classes/ds/slepcall.h>
 13: end module slepcdsdef

 15: module slepcds
 16:   use slepcdsdef
 17:   use slepcfn
 18:   use slepcrg
 19: #include <../ftn/sys/classes/ds/slepcall.h90>
 20: #include <../src/sys/classes/ds/ftn-mod/slepcds.h90>

 22: contains

 24: #include <../ftn/sys/classes/ds/slepcall.hf90>
 25: end module slepcds