Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Moore authored and Kenneth Moore committed Sep 3, 2020
1 parent 305ae2a commit 2d1e06a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openmdao/solvers/linear/linear_block_gs.py
Expand Up @@ -104,7 +104,6 @@ def _single_iteration(self):
delta_d_n[vec_name] = d_out_vec[vec_name].asarray(copy=True)

if mode == 'fwd':

for isub, subsys in enumerate(system._subsystems_allprocs):
if self._rel_systems is not None and subsys.pathname not in self._rel_systems:
continue
Expand Down

0 comments on commit 2d1e06a

Please sign in to comment.