27#ifndef OPENSWMM_ENGINE_CATCHMENT_HANDLER_HPP
28#define OPENSWMM_ENGINE_CATCHMENT_HANDLER_HPP
41void handle_subareas(SimulationContext& ctx,
const std::vector<std::string>& lines);
47void handle_raingages(SimulationContext& ctx,
const std::vector<std::string>& lines);
Definition NodeCoupling.cpp:16
Central, reentrant simulation context.
Definition SimulationContext.hpp:353