Skip to content

Commit 4540fc2

Browse files
committed
remove println call with syntax error
1 parent 3c28f9e commit 4540fc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/symbolic/DAEquations/BasicStructuralTransform.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ function analyzeStructurally(equations, params, unknowns_indices, deriv, unknown
10041004
end
10051005
@show startValues
10061006
@show fixedFlags
1007-
println(... 2)
10081007
components = Array{Array{Int64,1},1}(BLT(IG, assign))
10091008
vNames = makeList(unknownsNames, 1:length(assign), Avar) # ::Vector{String}
10101009
eqGraph = StateSelection.getSortedEquationGraph(IG, Gsolvable, components, assign, Avar, Bequ, vNames, withStabilization=false)

0 commit comments

Comments
 (0)