Browse Source

A few minor changes

enhancement_3
Trevor Irons 8 years ago
parent
commit
00634d0515
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Modules/FDEM1D/include/EMEarth1D.h

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

124
              */
124
              */
125
             void SetHankelTransformMethod(const HANKELTRANSFORMTYPE &type);
125
             void SetHankelTransformMethod(const HANKELTRANSFORMTYPE &type);
126
 
126
 
127
+            inline FieldPoints* GetFieldPoints() {
128
+                return this->Receivers.get();
129
+            }
130
+
127
             // ====================  INQUIRY       ===========================
131
             // ====================  INQUIRY       ===========================
128
 
132
 
129
         protected:
133
         protected:

Loading…
Cancel
Save