소스 검색

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…
취소
저장