Skip to content

Commit

Permalink
Merge pull request #99 from scheidan/patch-1
Browse files Browse the repository at this point in the history
Remove ModelingToolkit artifact
  • Loading branch information
ChrisRackauckas authored Mar 8, 2021
2 parents 649653f + 6f5c605 commit 08280cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/converting_to_C.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Automatic Conversion of Julia Code to C Functions

Since Symbolics.jl can trace Julia code into MTK IR that can be built and
Since Symbolics.jl can trace Julia code into Symbolics IR that can be built and
compiled via `build_function` to C, this gives us a nifty way to automatically
generate C functions from Julia code! To see this in action, let's start with
the Lotka-Volterra equations:
Expand Down

0 comments on commit 08280cb

Please sign in to comment.