From 37e957ad07478a4aa145fc8c14a7c6bb146d918d Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Mon, 14 Apr 2014 09:46:05 -0700 Subject: [PATCH] Resolve conflict.. (whoops..) --- SimPEG/Survey.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/SimPEG/Survey.py b/SimPEG/Survey.py index 09a2ca6c..214fbf85 100644 --- a/SimPEG/Survey.py +++ b/SimPEG/Survey.py @@ -209,10 +209,7 @@ class BaseRx(object): def nD(self): return self.locs.shape[0] -<<<<<<< HEAD -======= ->>>>>>> dbd1334e0bf48dedc12f744841e71725a9d98d50 class BaseTx(object): """SimPEG Transmitter Object"""