Skip to content

Commit 362b137

Browse files
authored
modernize definition of t
1 parent 88077dd commit 362b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ The following is the [RC Circuit Demonstration](https://docs.sciml.ai/ModelingTo
4848
using ModelingToolkit, OrdinaryDiffEq, Plots
4949
using ModelingToolkitStandardLibrary.Electrical
5050
using ModelingToolkitStandardLibrary.Blocks: Constant
51+
using ModelingToolkit: t_nounits as t
5152

5253
R = 1.0
5354
C = 1.0
5455
V = 1.0
55-
@variables t
5656
systems = @named begin
5757
resistor = Resistor(R = R)
5858
capacitor = Capacitor(C = C, v = 0.0)

0 commit comments

Comments
 (0)