Activity
Change from a Makefile build to a CMake build
Change from a Makefile build to a CMake build
clean up cmake files and improve first unit test
clean up cmake files and improve first unit test
fix refactoring tool error; add CMakeLists.txt to prep for cmake builds
fix refactoring tool error; add CMakeLists.txt to prep for cmake builds
fixed crash from disconnected monitoring points; hydro node initializ…
fixed crash from disconnected monitoring points; hydro node initializ…
fixed duplicate ids in nearest hydro node initialization; added outpu…
fixed duplicate ids in nearest hydro node initialization; added outpu…
complete the new Dijkstra walk nearest hydro node calculation
complete the new Dijkstra walk nearest hydro node calculation
missing std includes required for linux
missing std includes required for linux
possible crash fix: don't clean up removed blind channel nodes from i…
possible crash fix: don't clean up removed blind channel nodes from i…
new hydro width/velocity equation for blind channel flow speed scaling
new hydro width/velocity equation for blind channel flow speed scaling
ignore blank lines at the end of run listings file; trim test_run_lis…
ignore blank lines at the end of run listings file; trim test_run_lis…
track last flow as signed speed along edge; renames for unsigned flow…
track last flow as signed speed along edge; renames for unsigned flow…
fixed output bug for lastDepth, lastTemp, lastFlowSpeed
fixed output bug for lastDepth, lastTemp, lastFlowSpeed
add <algorithm> include for std::find_if (necessary on Linux)
add <algorithm> include for std::find_if (necessary on Linux)
added habitatMortalityMultiplier to json config
added habitatMortalityMultiplier to json config
clean up external node id mapping to delete removed nodes
clean up external node id mapping to delete removed nodes
fix incorrect hard-coded column number in vertices.csv. Corrects samp…
fix incorrect hard-coded column number in vertices.csv. Corrects samp…
change GUI movement to match headless wrt distributary bias for edges…
change GUI movement to match headless wrt distributary bias for edges…
added tempHistory, depthHistory, and flowHistory to OUTPUT_README
added tempHistory, depthHistory, and flowHistory to OUTPUT_README
scale down the flow speed at blind channels and impoundments
scale down the flow speed at blind channels and impoundments