Skip to content

Commit

Permalink
Update default_arg_parsing.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 25, 2018
1 parent 3af59d6 commit be70db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default_arg_parsing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ function callbacks_exists(o)
end

function mass_matrix_exists(prob)
prob.mass_matrix != I
prob.f.mass_matrix != I
end

0 comments on commit be70db6

Please sign in to comment.