Skip to content

Commit 364ad58

Browse files
committed
refactor: remove default in AccelerationSensor
1 parent 57c94fc commit 364ad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mechanical/TranslationalPosition/sensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Linear 1D acceleration sensor.
7070
end
7171

7272
@variables begin
73-
a(t) = 0.0
73+
a(t)
7474
end
7575

7676
@equations begin

0 commit comments

Comments
 (0)