Skip to content

Commit

Permalink
Merge pull request lanl-ansi#36 from rb004f/master
Browse files Browse the repository at this point in the history
TNEP function exports
  • Loading branch information
rb004f authored Jan 18, 2017
2 parents e4d0bee + 3d492c1 commit 8319a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prob/tnep.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#

export run_tnep
export process_raw_mp_ne_data
export add_branch_ne_setpoint

function run_tnep(file, model_constructor, solver; kwargs...)
return run_generic_model(file, model_constructor, solver, post_tnep; solution_builder = get_tnep_solution, kwargs...)
Expand Down

0 comments on commit 8319a25

Please sign in to comment.