Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Apr 26, 2017
1 parent 3b37b6b commit cc2a8b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/solver.jl
Expand Up @@ -56,7 +56,6 @@ type MCVISolver <: POMDPs.Solver
lbound::Any
ubound::Any
scratch::Nullable{Scratch}
MCVISolver() = new()
function MCVISolver(sim, root, n_iter, nbp, ob, ns, npo, neb, num_obs, lb, ub)
new(sim, root, n_iter, nbp, ob, ns, npo, neb, num_obs, lb, ub, Nullable{Scratch}())
end
Expand Down

0 comments on commit cc2a8b7

Please sign in to comment.