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 slepcrgdef 11: use slepcsysdef 12: #include <../src/sys/classes/rg/f90-mod/slepcrg.h> 13: end module 15: module slepcrg 16: use slepcrgdef 17: use slepcsys 18: #include <../src/sys/classes/rg/f90-mod/slepcrg.h90> 19: interface 20: #include <../src/sys/classes/rg/f90-mod/ftn-auto-interfaces/slepcrg.h90> 21: end interface 22: end module