Skip to content

Commit beeccf3

Browse files
authored
Remove Dymola_editText annotation
Vendor specific annotations should be avoided in the standard library.
1 parent 86543d8 commit beeccf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modelica/Clocked/ClockSignals/Clocks/PeriodicExactClock.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ block PeriodicExactClock
66
parameter Integer factor(min=0)
77
"Sample factor with respect to resolution" annotation(Evaluate=true);
88
parameter Clocked.Types.Resolution resolution=Resolution.ms "Clock resolution"
9-
annotation (Evaluate=true, __Dymola_editText=false);
9+
annotation (Evaluate=true);
1010
extends Clocked.ClockSignals.Interfaces.PartialPeriodicClock;
1111
protected
1212
constant Integer conversionTable[8]={365*24*60*60, 24*60*60, 60*60, 60, 1, 1000, 1000*1000, 1000*1000*1000}

0 commit comments

Comments
 (0)