Skip to content

Commit

Permalink
Clean up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Sep 18, 2024
1 parent 79ecfac commit 4f46832
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 355 deletions.
27 changes: 0 additions & 27 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,6 @@ link_library(lugre_example ${PROJECT_NAME} ${PROJECT_INCLUDE_DIR})
link_library(lugre_example ${fplot_LIBRARY} ${fplot_INCLUDE_DIR})
link_library(lugre_example ${diffeq_LIBRARY} ${diffeq_INCLUDE_DIR})

# Coulomb Fitting Example
add_executable(
coulomb_fit_example
coulomb_fit_example.f90
)
link_library(coulomb_fit_example ${PROJECT_NAME} ${PROJECT_INCLUDE_DIR})
link_library(coulomb_fit_example ${fplot_LIBRARY} ${fplot_INCLUDE_DIR})
link_library(coulomb_fit_example ${fortran-csv-module_LIBRARY} ${fortran-csv-module_INCLUDE_DIR})

# Lu-Gre Fitting Example
add_executable(
lugre_fit_example
lugre_fit_example.f90
)
link_library(lugre_fit_example ${PROJECT_NAME} ${PROJECT_INCLUDE_DIR})
link_library(lugre_fit_example ${fplot_LIBRARY} ${fplot_INCLUDE_DIR})
link_library(lugre_fit_example ${fortran-csv-module_LIBRARY} ${fortran-csv-module_INCLUDE_DIR})

# Maxwell Example
add_executable(
maxwell_example
Expand All @@ -56,15 +38,6 @@ link_library(maxwell_fit_example ${PROJECT_NAME} ${PROJECT_INCLUDE_DIR})
link_library(maxwell_fit_example ${fplot_LIBRARY} ${fplot_INCLUDE_DIR})
link_library(maxwell_fit_example ${fortran-csv-module_LIBRARY} ${fortran-csv-module_INCLUDE_DIR})

# GMSM Fitting Example
add_executable(
gmsm_fit_example
gmsm_fit_example.f90
)
link_library(gmsm_fit_example ${PROJECT_NAME} ${PROJECT_INCLUDE_DIR})
link_library(gmsm_fit_example ${fplot_LIBRARY} ${fplot_INCLUDE_DIR})
link_library(gmsm_fit_example ${fortran-csv-module_LIBRARY} ${fortran-csv-module_INCLUDE_DIR})

# Stribeck Example
add_executable(
stribeck_example
Expand Down
79 changes: 0 additions & 79 deletions examples/coulomb_fit_example.f90

This file was deleted.

132 changes: 0 additions & 132 deletions examples/gmsm_fit_example.f90

This file was deleted.

117 changes: 0 additions & 117 deletions examples/lugre_fit_example.f90

This file was deleted.

0 comments on commit 4f46832

Please sign in to comment.