Actual source code: slepcst.h90

slepc-3.17.0 2022-03-31
Report Typos and Errors
  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: !

 11:       interface
 12:         subroutine STDestroy(a,z)
 13:           import tST
 14:           ST a
 15:           PetscErrorCode z
 16:         end subroutine
 17:       end interface