Skip to content

Commit

Permalink
CLN: Move to more conventional C project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Jan 13, 2024
1 parent 3c68537 commit dea0e45
Show file tree
Hide file tree
Showing 130 changed files with 2,936 additions and 3,088 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ downloads/
wheel*/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ if(NOT SKBUILD)
"Use 'pip install ${CMAKE_SOURCE_DIR}' to install this as a Python package.")
endif()

add_subdirectory(src/clib)
add_subdirectory(src/lib)
5 changes: 0 additions & 5 deletions src/clib/cxtgeo_fake.py

This file was deleted.

282 changes: 0 additions & 282 deletions src/clib/xtg/grdcp3d_get_vtk_esg_geometry_data.c

This file was deleted.

Loading

0 comments on commit dea0e45

Please sign in to comment.