|
@@ -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
|
|