瀏覽代碼

reworking Lemma connections

master
Trevor Irons 6 年之前
父節點
當前提交
7782c85815
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/LayeredEarthMR.cpp

+ 1
- 1
src/LayeredEarthMR.cpp 查看文件

@@ -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…
取消
儲存