Skip to content

Commit 43a0e60

Browse files
committed
fix: adding stratigraphic column template
1 parent dae9e92 commit 43a0e60

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

LoopStructural/modelling/core/stratigraphic_column.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,16 @@ def faults(self):
1515
@property
1616
def stratigraphy(self):
1717
return
18+
19+
class BaseStratigraphicColumnElement(object):
20+
def __init__(self):
21+
pass
22+
23+
class StratigraphicUnit(dict):
24+
def __init__(self):
25+
pass
26+
27+
class Lithology(dict):
28+
def __init__(self):
29+
pass
30+

0 commit comments

Comments
 (0)