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