Changeset 3834


Ignore:
Timestamp:
Oct 23, 2006, 11:24:57 AM (18 years ago)
Author:
ole
Message:

Cosmetics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga_parallel/parallel_shallow_water.py

    r3586 r3834  
    213213                            #print 'Send',i,q
    214214                            Q_cv =  self.quantities[q].centroid_values
    215                             Xout[:,i] = take(Q_cv,     Idf)
     215                            Xout[:,i] = take(Q_cv, Idf)
    216216
    217217                        pypar.send(Xout, send_proc,
     
    231231                        #print 'Receive',i,q
    232232                        Q_cv =  self.quantities[q].centroid_values
    233                         put(Q_cv,     Idg, X[:,i])
     233                        put(Q_cv, Idg, X[:,i])
    234234
    235235        #local update of ghost cells
Note: See TracChangeset for help on using the changeset viewer.