Skip to content

Commit 029bd33

Browse files
committed
add AbstractVerbositySpecifier
1 parent 804e650 commit 029bd33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/SciMLBase.jl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,14 +629,21 @@ abstract type ADOriginator end
629629
"""
630630
$(TYPEDEF)
631631
632-
Used to specify which variables can be aliased in a solve.
632+
Base for types that specify which variables can be aliased in a solve.
633633
Every concrete AbstractAliasSpecifier should have at least the fields `alias_p` and `alias_f`.
634634
"""
635635
abstract type AbstractAliasSpecifier end
636636

637637
"""
638638
$(TYPEDEF)
639639
640+
Base for types which specify what will be printed during a solve.
641+
"""
642+
abstract type AbstractVerbositySpecifier end
643+
644+
"""
645+
$(TYPEDEF)
646+
640647
Internal. Used for signifying the AD context comes from a ChainRules.jl definition.
641648
"""
642649
struct ChainRulesOriginator <: ADOriginator end

0 commit comments

Comments
 (0)