+2
−2
+99
−14
+8
−4
+9
−2
Loading
1. SWMM Output Directory Fix Make SWMM output respect output_folder config - Add output_folder member to swmm_triton class - Pass output_folder through initialize() instead of using hardcoded OUTPUT_DIR - Replace hardcoded "output/swmm/" paths with configurable output_folder - Update call sites in triton.h 2. Path Normalization Improve output_folder path handling - Add normalize_path() to strip trailing slashes - Add build_output_path() to handle absolute vs relative paths - Add create_directories_recursive() for nested directory creation - Update log functions to accept and use output_folder parameter - Add get_output_folder() getter to triton class - Update main.cpp to pass output_folder to log calls