Skip to content

Commit 8bd571c

Browse files
refactor: SymbolicLinearInterface is only MTK API
1 parent e52de51 commit 8bd571c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/SciMLBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ export Clocks, TimeDomain, is_discrete_time_domain, isclock, issolverstepclock,
868868

869869
export ODEAliasSpecifier, LinearAliasSpecifier
870870

871-
@public SymbolicLinearInterface, get_new_A_b, create_parameter_timeseries_collection,
871+
@public get_new_A_b, create_parameter_timeseries_collection,
872872
get_saveable_values, save_discretes!
873873

874874
end

src/problems/linear_problems.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""
22
$(TYPEDEF)
33
4-
A utility struct stored inside `LinearProblem` to enable a symbolic interface.
4+
A utility struct stored inside `LinearProblem` to enable a symbolic interface. Intended
5+
for use by ModelingToolkit.jl.
56
67
# Fields
78

0 commit comments

Comments
 (0)