Skip to content

Commit

Permalink
interfaces don't need to be public.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Sep 13, 2018
1 parent 7ca6baf commit a46058c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slsqp_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ module slsqp_module

end type slsqp_solver

public :: func, grad, iterfunc
abstract interface
subroutine func(me,x,f,c) !! for computing the function
import :: wp,slsqp_solver
Expand Down

0 comments on commit a46058c

Please sign in to comment.