Explorar el Código

reworking Lemma connections

master
Trevor Irons hace 6 años
padre
commit
7782c85815
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/LayeredEarthMR.cpp

+ 1
- 1
src/LayeredEarthMR.cpp Ver fichero

@@ -35,7 +35,7 @@ namespace Lemma {
35 35
     //      Method:  LayeredEarthMR
36 36
     // Description:  constructor (locked)
37 37
     //--------------------------------------------------------------------------------------
38
-    LayeredEarthMR::LayeredEarthMR (const ctor_key&) : LayeredEarth( ) {
38
+    LayeredEarthMR::LayeredEarthMR (const ctor_key&) : LayeredEarth( LayeredEarth::ctor_key() ) {
39 39
 
40 40
     }  // -----  end of method LayeredEarthMR::LayeredEarthMR  (constructor)  -----
41 41
 

Loading…
Cancelar
Guardar