Skip to content

Commit c93df8f

Browse files
refactor: do not export individual analysis point transformations
1 parent 2b1f525 commit c93df8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/ModelingToolkit.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,7 @@ export MTKParameters, reorder_dimension_by_tunables!, reorder_dimension_by_tunab
293293

294294
export HomotopyContinuationProblem
295295

296-
export AnalysisPoint, Break, PerturbOutput, SampleInput, SensitivityTransform,
297-
ComplementarySensitivityTransform, LoopTransferTransform, apply_transformation,
298-
get_sensitivity_function, get_comp_sensitivity_function, get_looptransfer_function,
299-
get_sensitivity, get_comp_sensitivity, get_looptransfer, open_loop
296+
export AnalysisPoint, get_sensitivity_function, get_comp_sensitivity_function,
297+
get_looptransfer_function, get_sensitivity, get_comp_sensitivity, get_looptransfer,
298+
open_loop
300299
end # module

0 commit comments

Comments
 (0)