Skip to content

Commit f845a85

Browse files
committed
remove _vec, already in SciMLBase
1 parent a843902 commit f845a85

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/DiffEqBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ import SciMLBase: solve, init, step!, solve!, __init, __solve, update_coefficien
104104
ProblemSolverPairingError, compatible_problem_types, DIRECT_AUTODIFF_INCOMPATABILITY_MESSAGE, DirectAutodiffError, NONNUMBER_ELTYPE_MESSAGE, NonNumberEltypeError,
105105
GENERIC_NUMBER_TYPE_ERROR_MESSAGE, GenericNumberTypeError, COMPLEX_SUPPORT_ERROR_MESSAGE, ComplexSupportError, COMPLEX_TSPAN_ERROR_MESSAGE, ComplexTspanError,
106106
TUPLE_STATE_ERROR_MESSAGE, TupleStateError, MASS_MATRIX_ERROR_MESSAGE, IncompatibleMassMatrixError, LATE_BINDING_TSTOPS_ERROR_MESSAGE, LateBindingTstopsNotSupportedError,
107-
NONCONCRETE_ELTYPE_MESSAGE, NonConcreteEltypeError
107+
NONCONCRETE_ELTYPE_MESSAGE, NonConcreteEltypeError, _vec
108108

109109
import SciMLStructures
110110

src/utils.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
_vec(v) = vec(v)
2-
_vec(v::Number) = v
3-
_vec(v::AbstractSciMLScalarOperator) = v
4-
_vec(v::AbstractVector) = v
5-
61
macro tight_loop_macros(ex)
72
:($(esc(ex)))
83
end

0 commit comments

Comments
 (0)