Skip to content

Commit

Permalink
Remove some old code
Browse files Browse the repository at this point in the history
  • Loading branch information
riclarsson committed Jan 3, 2025
1 parent 817aa37 commit 2aa363e
Show file tree
Hide file tree
Showing 67 changed files with 210 additions and 23,548 deletions.
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if(NETCDF_FOUND)
nc_io.cc
nc_io_array_types.cc
nc_io_basic_types.cc
nc_io_compound_types.cc
)
endif(NETCDF_FOUND)

Expand Down Expand Up @@ -111,9 +110,7 @@ add_library(artsworkspace STATIC
workspace_method_class.cpp
workspace_method_extra_doc.cpp
workspace_class.cpp
compile_time_tests.cc
m_abs.cc
m_absorptionlines.cc
m_atm.cc
m_background.cc
m_cat.cc
Expand Down
82 changes: 0 additions & 82 deletions src/compile_time_tests.cc

This file was deleted.

17 changes: 0 additions & 17 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,14 @@ add_subdirectory(legendre)

# #####
add_library(artscore STATIC
absorptionlines.cc
covariance_matrix.cc
fastem.cc
gas_abs_lookup.cc
gas_scattering.cc
geodetic.cc
igrf13.cc
interpolation.cc
jpl_species.cc
lineshapemodel.cc
mc_antenna.cc
mc_interp.cc
microphysics.cc
minimize.cc
nlte.cc
optproperties.cc
radiation_field.cc
raw.cc
refraction.cc
sensor.cc
special_interp.cc
sun.cc
telsem.cc
tessem.cc
tmatrix.cc
)

target_link_libraries(artscore PUBLIC
Expand Down
Loading

0 comments on commit 2aa363e

Please sign in to comment.