Skip to content

Commit

Permalink
dom: Make getParameterNames public
Browse files Browse the repository at this point in the history
This documented interface needs to be
accessable. Add the missing public
statement.
  • Loading branch information
andreww committed Nov 9, 2009
1 parent bc500ab commit d92e284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom/FoX_dom.f90
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ module FoX_dom
public :: getParameter
public :: setParameter
public :: canSetParameter
public :: getParameterNames

! FoX-only interfaces
public :: newDOMConfig
Expand Down

0 comments on commit d92e284

Please sign in to comment.