Browse Source

Work on porting files that had been left behind

submodule
Trevor Irons 6 years ago
parent
commit
6898ae89c5

+ 8
- 4
Modules/FDEM1D/include/LayeredEarthEMReader.h View File

@@ -12,9 +12,8 @@
12 12
  * @date      09/27/2013 01:44:36 PM
13 13
  * @version   $Id$
14 14
  * @author    Trevor Irons (ti)
15
- * @email     Trevor.Irons@xri-geo.com
16
- * @copyright Copyright (c) 2013, XRI Geophysics, LLC
17
- * @copyright Copyright (c) 2013, Trevor Irons
15
+ * @email     Trevor.Irons@lemmasoftware.org
16
+ * @copyright Copyright (c) 2013, 2018 Trevor Irons
18 17
  */
19 18
 
20 19
 #ifndef  LAYEREDEARTHEMREADER_INC
@@ -22,7 +21,7 @@
22 21
 
23 22
 #include "LemmaObject.h"
24 23
 #include "ASCIIParser.h"
25
-#include "layeredearthem.h"
24
+#include "LayeredEarthEM.h"
26 25
 
27 26
 namespace Lemma {
28 27
 
@@ -32,9 +31,14 @@ namespace Lemma {
32 31
      */
33 32
     class LayeredEarthEMReader : public LemmaObject {
34 33
 
34
+		friend std::ostream &operator<<(std::ostream &stream,
35
+			const LayeredEarthEMReader &ob);
36
+
35 37
         friend std::ostream &operator<<(std::ostream &stream,
36 38
                 const LayeredEarthEMReader &ob);
37 39
 
40
+        struct ctor_key{};
41
+
38 42
         public:
39 43
 
40 44
         // ====================  LIFECYCLE     =======================

+ 2
- 3
Modules/FDEM1D/src/LayeredEarthEMReader.cpp View File

@@ -12,9 +12,8 @@
12 12
  * @date      09/27/2013 01:44:46 PM
13 13
  * @version   $Id$
14 14
  * @author    Trevor Irons (ti)
15
- * @email     Trevor.Irons@xri-geo.com
16
- * @copyright Copyright (c) 2013, XRI Geophysics, LLC
17
- * @copyright Copyright (c) 2013, Trevor Irons
15
+ * @email     Trevor.Irons@lemmasoftware.org
16
+ * @copyright Copyright (c) 2013-2018 Trevor Irons
18 17
  */
19 18
 
20 19
 #include "LayeredEarthEMReader.h"

Loading…
Cancel
Save