Skip to content

Commit 34b017d

Browse files
Update src/variables.jl
1 parent 348cea6 commit 34b017d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/variables.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,6 @@ time `t`. For variables that don't depend on time, `EvalAt` returns them unchang
600600
- For derivatives, `EvalAt` evaluates the derivative at the specified time
601601
- For arrays of variables, `EvalAt` is applied element-wise
602602
603-
# Autodifferentiability
604-
`EvalAt` supports automatic differentiation when applied to differentiable expressions. The operator
605-
properly handles `Differential` operations, making it compatible with ModelingToolkit's symbolic
606-
differentiation system.
607603
608604
# Examples
609605
```julia

0 commit comments

Comments
 (0)