Skip to content

Commit ea4b9f0

Browse files
authored
Merge pull request #260 from Loop3D/fix/add-observer
fix: add an observer/notify datastructure
2 parents 33146d5 + f16aa52 commit ea4b9f0

File tree

13 files changed

+471
-246
lines changed

13 files changed

+471
-246
lines changed

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 91 deletions
This file was deleted.

DockerfileDev

Lines changed: 0 additions & 80 deletions
This file was deleted.

LoopStructural/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
loggers = {}
2121
from .modelling.core.geological_model import GeologicalModel
2222
from .modelling.core.stratigraphic_column import StratigraphicColumn
23+
from .modelling.core.fault_topology import FaultTopology
2324
from .interpolators._api import LoopInterpolator
2425
from .interpolators import InterpolatorBuilder
2526
from .datatypes import BoundingBox

0 commit comments

Comments
 (0)