File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 273273# Pretty-Printing #
274274# ####################################################################################
275275Base. summary (ds:: MDI ) =
276- " Discrete integrator (e.o.m.: $(nameof (ds. f)) )"
276+ " Discrete integrator (e.o.m.: $(eomstring (ds. f)) )"
277277Base. summary (ds:: MDI{true, S} ) where {S<: Vector{<:AbstractArray} } =
278- " Discrete parallel integrator with $(length (ds. u)) states"
278+ " Discrete parallel integrator with $(length (ds. u)) states " *
279+ " (e.o.m.: $(eomstring (ds. f)) )"
279280
280281function Base. show (io:: IO , ds:: MDI )
281282 ps = 3
300301
301302Base. summary (ds:: TDI ) =
302303" Discrete tangent-space integrator
303- (e.o.m.: $(nameof (ds. f)) , jacobian: $(nameof (ds. jacobian)) )"
304+ (e.o.m.: $(eomstring (ds. f)) , jacobian: $(eomstring (ds. jacobian)) )"
304305
305306function Base. show (io:: IO , ds:: TDI )
306307 ps = 3
You can’t perform that action at this time.
0 commit comments