Skip to content

Commit

Permalink
Update common.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Jul 25, 2018
1 parent bdd54e3 commit 910498c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.jl
Expand Up @@ -39,7 +39,7 @@ function solve(
save_everystep = save_timeseries
end

if prob.mass_matrix != I
if prob.f.mass_matrix != I
error("This solver is not able to use mass matrices.")
end

Expand Down

0 comments on commit 910498c

Please sign in to comment.