Procházet zdrojové kódy

A few minor changes

enhancement_3
Trevor Irons před 8 roky
rodič
revize
00634d0515
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4
    0
      Modules/FDEM1D/include/EMEarth1D.h

+ 4
- 0
Modules/FDEM1D/include/EMEarth1D.h Zobrazit soubor

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

Načítá se…
Zrušit
Uložit