Skip to content

Commit

Permalink
Remove ModelingToolkit artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
scheidan authored Mar 8, 2021
1 parent 649653f commit 6f5c605
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 6f5c605

Please sign in to comment.