free_superlu Subroutine

public subroutine free_superlu()

Subroutine that actually does nothing yet. Maybe, there will be extra memory that could be released here?

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 proc~solution_solver solution_solver proc~solve_syst->proc~solution_solver proc~solution_solver->proc~solve_syst program~test_solvers test_solvers program~test_solvers->proc~solve_syst

Source Code

   subroutine free_superlu()
   !! Subroutine that actually does nothing yet. Maybe, there will be extra memory that
   !! could be released here?
   implicit none
   return
   endsubroutine free_superlu