clean up after sputils delete

This commit is contained in:
rowanc1
2014-02-21 21:53:44 -08:00
parent 891c4ce972
commit ff5cd54297
4 changed files with 4 additions and 8 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import numpy as np
from scipy import sparse as sp
from matutils import mkvc, ndgrid, sub2ind
from sputils import sdiag
from matutils import mkvc, ndgrid, sub2ind, sdiag
def exampleLomGird(nC, exType):
assert type(nC) == list, "nC must be a list containing the number of nodes"