Skip to content

Commit 9eee7fd

Browse files
committed
up
1 parent 0a4fca7 commit 9eee7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/sdesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ function DiffEqBase.SDEProblem{iip, specialize}(
777777
if any(ModelingToolkit.isbrownian, unknowns(sys))
778778
error("SDESystem constructed by defining Brownian variables with @brownian must be simplified by calling `structural_simplify` before a SDEProblem can be constructed.")
779779
else
780-
error("Cannot construct SDEProblem from an ODESystem.")
780+
error("Cannot construct SDEProblem from a normal ODESystem.")
781781
end
782782
end
783783

0 commit comments

Comments
 (0)