From 6f5c605a4e487a6d681478936da841708f795a9b Mon Sep 17 00:00:00 2001 From: Andreas Scheidegger Date: Mon, 8 Mar 2021 09:44:42 +0100 Subject: [PATCH] Remove ModelingToolkit artifact --- docs/src/tutorials/converting_to_C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorials/converting_to_C.md b/docs/src/tutorials/converting_to_C.md index 6df86251c..97c482d04 100644 --- a/docs/src/tutorials/converting_to_C.md +++ b/docs/src/tutorials/converting_to_C.md @@ -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: