Skip to content

Commit 492e37a

Browse files
committed
Better error message
1 parent 154096a commit 492e37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ end
228228
optext="derivative"
229229
end
230230
msg = "The $optext variable must be isolated to the left-hand " *
231-
"side of the equation like `$opvar ~ ...`.\n Got $eq."
231+
"side of the equation like `$opvar ~ ...`. You may want to use `structural_simplify` or the DAE form.\nGot $eq."
232232
throw(InvalidSystemException(msg))
233233
end
234234

0 commit comments

Comments
 (0)