Skip to content

Commit

Permalink
for cal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth-T-Moore committed Apr 17, 2015
1 parent 597764c commit a9fa8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmdao.main/src/openmdao/main/vecwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def __init__(self, system, var_idxs, input_idxs,
scatter_conns, noflat_vars):
self.scatter = None
self.scatter_conns = scatter_conns
self.noflat_vars = list(noflat_vars)
self.noflat_vars = sorted(noflat_vars)

if not (MPI or scatter_conns or noflat_vars):
return # no data to xfer
Expand Down

0 comments on commit a9fa8a6

Please sign in to comment.