free_superlu Subroutine

public subroutine free_superlu()


Arguments

None

Called by

proc~~free_superlu~~CalledByGraph proc~free_superlu free_superlu proc~freefact_solver freefact_solver proc~freefact_solver->proc~free_superlu proc~solve_syst solve_syst proc~solve_syst->proc~freefact_solver program~test_solvers test_solvers program~test_solvers->proc~solve_syst

Contents

Source Code


Source Code

   subroutine free_superlu()
   implicit none
   !type(SULU_ENV), intent(inout) :: sulu
   return
   endsubroutine free_superlu