Browse Source

Accessor for field points added.

submodule
T-bone 7 years ago
parent
commit
f2bcc62f31
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Modules/FDEM1D/include/EMEarth1D.h

+ 7
- 0
Modules/FDEM1D/include/EMEarth1D.h View File

@@ -124,6 +124,13 @@ namespace Lemma {
124 124
              */
125 125
             void SetHankelTransformMethod(const HANKELTRANSFORMTYPE &type);
126 126
 
127
+            /**
128
+             *   Accesor for field points
129
+             */
130
+            inline FieldPoints* GetFieldPoints() {
131
+                return this->Receivers.get();
132
+            }
133
+
127 134
             // ====================  INQUIRY       ===========================
128 135
 
129 136
         protected:

Loading…
Cancel
Save