moved to mesh folder.

This commit is contained in:
Rowan Cockett
2013-10-18 17:22:13 -07:00
parent 96ce005c59
commit db694dd780
25 changed files with 703 additions and 27 deletions
+2 -5
View File
@@ -1,10 +1,7 @@
import numpy as np
import unittest
import sys
sys.path.append('../')
from TensorMesh import TensorMesh
from LogicallyOrthogonalMesh import LogicallyOrthogonalMesh
from utils import ndgrid
from SimPEG.mesh import TensorMesh, LogicallyOrthogonalMesh
from SimPEG.utils import ndgrid
class BasicLOMTests(unittest.TestCase):