Skip to content

Commit 5b1388a

Browse files
Update MATLABDiffEq.jl
1 parent 98adc29 commit 5b1388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MATLABDiffEq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function solve{uType,tType,isinplace,AlgType<:MATLABAlgorithm}(
5252
end
5353
matstr = replace(matstr,"[","(")
5454
matstr = replace(matstr,"]",")")
55-
matstr = "f = @(t,u) ["*matstr*"];"
55+
matstr = "f = @(t,internal_var___u) ["*matstr*"];"
5656

5757
# Send the function over
5858
eval_string(matstr)

0 commit comments

Comments
 (0)