|
@@ -1,61 +0,0 @@
|
1
|
|
-/* This file is part of Lemma, a geophysical modelling and inversion API */
|
2
|
|
-
|
3
|
|
-/* Copyright (C) 2009-2013 Trevor Irons <trevorirons@gmail.com> */
|
4
|
|
-
|
5
|
|
-/* This Source Code Form is subject to the terms of the Mozilla Public
|
6
|
|
- * License, v. 2.0. If a copy of the MPL was not distributed with this
|
7
|
|
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
8
|
|
-
|
9
|
|
-/**
|
10
|
|
- @file
|
11
|
|
- @author Trevor Irons
|
12
|
|
- @version $Id$
|
13
|
|
- **/
|
14
|
|
-
|
15
|
|
-// Convenience include all of Lemma
|
16
|
|
-
|
17
|
|
-#ifndef LEMMAINCLUDE_INC
|
18
|
|
-#define LEMMAINCLUDE_INC
|
19
|
|
-
|
20
|
|
-// Basic EM Classes
|
21
|
|
-//#include "dipolesource.h"
|
22
|
|
-#include "emearth1d.h"
|
23
|
|
-#include "emearth3d.h"
|
24
|
|
-#include "kernel.h"
|
25
|
|
-#include "receiverpoints.h"
|
26
|
|
-#include "receivercubes.h"
|
27
|
|
-#include "hankeltransformgaussianquadrature.h"
|
28
|
|
-#include "layeredearthem.h"
|
29
|
|
-#include "WireAntenna.h"
|
30
|
|
-#include "PolygonalWireAntenna.h"
|
31
|
|
-#include "gaussianquadrature.h"
|
32
|
|
-#include "digitalfiltercostrans.h"
|
33
|
|
-#include "octreegrid.h"
|
34
|
|
-
|
35
|
|
-// TEM
|
36
|
|
-#include "TEMSurvey.h"
|
37
|
|
-#include "TEMInductiveReceiver.h"
|
38
|
|
-#include "TEMTransmitter.h"
|
39
|
|
-
|
40
|
|
-//#include "rectilineargrid.h"
|
41
|
|
-
|
42
|
|
-// Specialized EM Classes
|
43
|
|
-#include "instrumenttem.h"
|
44
|
|
-#include "instrumentfem.h"
|
45
|
|
-
|
46
|
|
-// TEM Classes
|
47
|
|
-#include "datatem.h"
|
48
|
|
-#include "modelreadertem1dubc.h"
|
49
|
|
-#include "datareadertem.h"
|
50
|
|
-
|
51
|
|
-// FEM Classes
|
52
|
|
-#include "datareaderfemubc.h"
|
53
|
|
-#include "datafem.h"
|
54
|
|
-
|
55
|
|
-// Inverse
|
56
|
|
-#include "quasinewtonbfgs.h"
|
57
|
|
-#include "inversesolvertem1d.h"
|
58
|
|
-#endif // ----- #ifndef LEMMAINCLUDE_INC -----
|
59
|
|
-
|
60
|
|
-/* vim: set tabstop=4 expandtab: */
|
61
|
|
-/* vim: set filetype=cpp: */
|