Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jan 22, 2025
1 parent 647fba4 commit 584e0cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nonlin_optimize.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ module nonlin_optimize
use nonlin_constants
use nonlin_core
use linalg, only : rank1_update, tri_mtx_mult, cholesky_rank1_update, &
cholesky_rank1_downdate, solve_cholesky, LA_MATRIX_FORMAT_ERROR
cholesky_rank1_downdate, solve_cholesky
use linalg_errors, only : LA_MATRIX_FORMAT_ERROR
implicit none
private
public :: nelder_mead
Expand Down

0 comments on commit 584e0cd

Please sign in to comment.