Merge branch 'develop' of https://github.com/simpeg/simpeg into develop

This commit is contained in:
rowanc1
2014-02-05 22:42:27 -08:00
+1 -1
View File
@@ -156,7 +156,7 @@ class Solver(object):
if len(b.shape) == 1 or b.shape[1] == 1:
# Just one RHS
if factorize:
return self.dsolve(b)
return self.dsolve(b.flatten())
else:
return linalg.dsolve.spsolve(self.A, b)