Browse Source

reworking Lemma connections

master
Trevor Irons 6 years ago
parent
commit
7782c85815
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/LayeredEarthMR.cpp

+ 1
- 1
src/LayeredEarthMR.cpp View File

@@ -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…
Cancel
Save