Преглед изворни кода

Work on porting files that had been left behind

submodule
Trevor Irons пре 6 година
родитељ
комит
6898ae89c5

+ 8
- 4
Modules/FDEM1D/include/LayeredEarthEMReader.h Прегледај датотеку

12
  * @date      09/27/2013 01:44:36 PM
12
  * @date      09/27/2013 01:44:36 PM
13
  * @version   $Id$
13
  * @version   $Id$
14
  * @author    Trevor Irons (ti)
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
 #ifndef  LAYEREDEARTHEMREADER_INC
19
 #ifndef  LAYEREDEARTHEMREADER_INC
22
 
21
 
23
 #include "LemmaObject.h"
22
 #include "LemmaObject.h"
24
 #include "ASCIIParser.h"
23
 #include "ASCIIParser.h"
25
-#include "layeredearthem.h"
24
+#include "LayeredEarthEM.h"
26
 
25
 
27
 namespace Lemma {
26
 namespace Lemma {
28
 
27
 
32
      */
31
      */
33
     class LayeredEarthEMReader : public LemmaObject {
32
     class LayeredEarthEMReader : public LemmaObject {
34
 
33
 
34
+		friend std::ostream &operator<<(std::ostream &stream,
35
+			const LayeredEarthEMReader &ob);
36
+
35
         friend std::ostream &operator<<(std::ostream &stream,
37
         friend std::ostream &operator<<(std::ostream &stream,
36
                 const LayeredEarthEMReader &ob);
38
                 const LayeredEarthEMReader &ob);
37
 
39
 
40
+        struct ctor_key{};
41
+
38
         public:
42
         public:
39
 
43
 
40
         // ====================  LIFECYCLE     =======================
44
         // ====================  LIFECYCLE     =======================

+ 2
- 3
Modules/FDEM1D/src/LayeredEarthEMReader.cpp Прегледај датотеку

12
  * @date      09/27/2013 01:44:46 PM
12
  * @date      09/27/2013 01:44:46 PM
13
  * @version   $Id$
13
  * @version   $Id$
14
  * @author    Trevor Irons (ti)
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
 #include "LayeredEarthEMReader.h"
19
 #include "LayeredEarthEMReader.h"

Loading…
Откажи
Сачувај