Skip to content

Commit 9ed6e5c

Browse files
Update README
1 parent 7312a72 commit 9ed6e5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ context-aware single variable of the IR. Its fields are described as follows:
152152
the core identifier of the `Variable` in the sense of equality.
153153
- `subtype`: the main denotation of context. Variables within systems
154154
are grouped according to their `subtype`.
155-
- `diff`: the `Differential` object representing the quantity the variable is differentiated with respect to, or `nothing`
156155
- `dependents`: the vector of variables on which the current variable
157156
is dependent. For example, `u(t,x)` has dependents `[t,x]`. Derivatives thus
158157
require this information in order to simplify down.

0 commit comments

Comments
 (0)