File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -233,25 +233,25 @@ PrecompileTools.@compile_workload begin
233
233
end
234
234
if structp
235
235
@variables begin
236
- x (t) = 0.0 , [description= " foo" , guess= 1.0 ]
236
+ x (t) = 0.0 , [description = " foo" , guess = 1.0 ]
237
237
end
238
238
else
239
239
@variables begin
240
- x (t) = 0.0 , [description= " foo w/o structp" , guess= 1.0 ]
240
+ x (t) = 0.0 , [description = " foo w/o structp" , guess = 1.0 ]
241
241
end
242
242
end
243
243
@parameters begin
244
- a = 1.0 , [description= " bar" ]
244
+ a = 1.0 , [description = " bar" ]
245
245
if structp
246
- b= 2 * a, [description= " if" ]
246
+ b = 2 * a, [description = " if" ]
247
247
else
248
248
c
249
249
end
250
250
end
251
251
@equations begin
252
252
x ~ a + b
253
253
end
254
- end ;
254
+ end
255
255
end
256
256
257
257
export AbstractTimeDependentSystem,
You can’t perform that action at this time.
0 commit comments