Skip to content

Commit 348cea6

Browse files
Update src/variables.jl
1 parent 6fef5bc commit 348cea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ An operator that evaluates time-dependent variables at a specific absolute time
589589
# Description
590590
`EvalAt` is used to evaluate time-dependent variables at a specific time point. This is particularly
591591
useful in optimization problems where you need to specify constraints or costs at particular moments
592-
in time.
592+
in time, or delay differential equations for setting a delay time.
593593
594594
The operator works by replacing the time argument of time-dependent variables with the specified
595595
time `t`. For variables that don't depend on time, `EvalAt` returns them unchanged.

0 commit comments

Comments
 (0)