Actual source code: slepcrg.h
slepc-3.8.2 2017-12-01
1: !
2: ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3: ! SLEPc - Scalable Library for Eigenvalue Problem Computations
4: ! Copyright (c) 2002-2017, 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: ! Include file for Fortran use of the RG object in SLEPc
11: !
12: #include "slepc/finclude/slepcrg.h"
14: type tRG
15: PetscFortranAddr:: v
16: end type tRG
18: !
19: ! End of Fortran include file for the RG package in SLEPc
20: !