Skip to content

Commit

Permalink
Remove broken ecl_grav_calc
Browse files Browse the repository at this point in the history
_pase_deltag attempted to bind ecl_grav_phase_deltag from the
c code, but because ecl_grav_calc.hpp was not included in
ecl_grav_calc.cpp, ecl_grav_phase_deltag was given cpp name
mangling and not found by cwrap. This has likely not ever
worked when compiled with cpp compiler, which it has since
4ff7f76
  • Loading branch information
eivindjahren committed Oct 27, 2023
1 parent 67c20d7 commit e4ba44e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 246 deletions.
1 change: 0 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ add_library(
ecl/ecl_file_kw.cpp
ecl/ecl_file_view.cpp
ecl/ecl_grav.cpp
ecl/ecl_grav_calc.cpp
ecl/ecl_smspec.cpp
ecl/ecl_unsmry_loader.cpp
ecl/ecl_sum_data.cpp
Expand Down
136 changes: 0 additions & 136 deletions lib/ecl/ecl_grav_calc.cpp

This file was deleted.

7 changes: 0 additions & 7 deletions lib/include/ert/ecl/ecl_grav_calc.h

This file was deleted.

21 changes: 0 additions & 21 deletions lib/include/ert/ecl/ecl_grav_calc.hpp

This file was deleted.

3 changes: 1 addition & 2 deletions python/ecl/gravimetry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
functionality.
"""

from .ecl_subsidence import EclSubsidence
from .ecl_grav_calc import phase_deltag, deltag
from .ecl_grav import EclGrav
from .ecl_subsidence import EclSubsidence
79 changes: 0 additions & 79 deletions python/ecl/gravimetry/ecl_grav_calc.py

This file was deleted.

0 comments on commit e4ba44e

Please sign in to comment.