Skip to content

Commit

Permalink
Remove algos (flow routing) (#141)
Browse files Browse the repository at this point in the history
It was obsolete and the same logic is accessible / implemented in
flow graph and flow router operators.
  • Loading branch information
benbovy committed Oct 6, 2023
1 parent f6d1a26 commit 7f6805a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 823 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ include(CMakePackageConfigHelpers)
# -- fastscapelib
set(FASTSCAPELIB_HEADERS
# Algo
${FASTSCAPELIB_INCLUDE_DIR}/fastscapelib/algo/flow_routing.hpp
${FASTSCAPELIB_INCLUDE_DIR}/fastscapelib/algo/pflood.hpp
# Eroders
${FASTSCAPELIB_INCLUDE_DIR}/fastscapelib/eroders/diffusion_adi.hpp
Expand Down

0 comments on commit 7f6805a

Please sign in to comment.