Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
vyudu committed Jan 13, 2025
1 parent 0a4fca7 commit 9eee7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/diffeqs/sdesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ function DiffEqBase.SDEProblem{iip, specialize}(
if any(ModelingToolkit.isbrownian, unknowns(sys))
error("SDESystem constructed by defining Brownian variables with @brownian must be simplified by calling `structural_simplify` before a SDEProblem can be constructed.")
else
error("Cannot construct SDEProblem from an ODESystem.")
error("Cannot construct SDEProblem from a normal ODESystem.")
end
end

Expand Down

0 comments on commit 9eee7fd

Please sign in to comment.