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 slepcmfndef 11: use slepcsys 12: use slepcbvdef 13: use slepcfndef 14: #include <../src/mfn/f90-mod/slepcmfn.h> 15: end module 17: module slepcmfn 18: use slepcmfndef 19: use slepcbv 20: use slepcfn 21: #include <../src/mfn/f90-mod/slepcmfn.h90> 22: interface 23: #include <../src/mfn/f90-mod/ftn-auto-interfaces/slepcmfn.h90> 24: end interface 25: end module