Skip to content

Commit 4003640

Browse files
authored
Update src/solver/ia_main.jl
1 parent 62417f4 commit 4003640

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/solver/ia_main.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ function isolate(lhs, var; warns=true, conditions=[], complex_roots = true, peri
107107
invop = left_inverse(oper)
108108
invop = get(SAFE_ALTERNATIVES, invop, invop)
109109
if is_periodic(oper) && periodic_roots
110-
# make this global somehow so the user doesnt need to declare it on his own
111110
new_var = gensym()
112111
new_var = (@variables $new_var)[1]
113112
period = fundamental_period(oper)

0 commit comments

Comments
 (0)