From 127b90c88d1362e7b10e7bf36dff56b96a5c4f0b Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Sat, 21 Mar 2015 21:19:06 -0700 Subject: [PATCH] Add more files to export on the init. --- simpegEM/FDEM/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpegEM/FDEM/__init__.py b/simpegEM/FDEM/__init__.py index 562b9218..0b881e39 100644 --- a/simpegEM/FDEM/__init__.py +++ b/simpegEM/FDEM/__init__.py @@ -1,2 +1,2 @@ from SurveyFDEM import * -from FDEM import ProblemFDEM_e, ProblemFDEM_b, ProblemFDEM_j, ProblemFDEM_h +from FDEM import BaseFDEMProblem, ProblemFDEM_e, ProblemFDEM_b, ProblemFDEM_j, ProblemFDEM_h, omega