minor change

This commit is contained in:
seogi_macbook
2016-01-29 07:38:23 -08:00
parent da134c5c09
commit d63c549589
+1 -1
View File
@@ -521,7 +521,7 @@ class Mesh2MeshTopo(IdentityMap):
J = Utils.mkvc(inds)
P = sp.coo_matrix( (Utils.mkvc(w),(I, J)), shape=(inds.shape[0], (self.actind).sum()) )
# self.P = Utils.sdiag(self.mesh2.vol[self.actind2])*P.tocsc()
self.P = P.tocsc()
self.P = P.tocsr()
@property
def shape(self):