Skip to content

Commit 516d5ca

Browse files
Update src/systems/nonlinear/nonlinearsystem.jl
1 parent 6ec7def commit 516d5ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/systems/nonlinear/nonlinearsystem.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,6 @@ function process_NonlinearProblem(constructor, sys::NonlinearSystem, u0map, para
394394
eqs = equations(sys)
395395
dvs = unknowns(sys)
396396
ps = full_parameters(sys)
397-
Main.isys[] = sys
398397
if has_index_cache(sys) && get_index_cache(sys) !== nothing
399398
u0, defs = get_u0(sys, u0map, parammap)
400399
check_eqs_u0(eqs, dvs, u0; kwargs...)

0 commit comments

Comments
 (0)