X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/31b3e321726d5c3fe720dd216687d3138523714f..4675818d2893c57a409498cd39dba6f9c18b6fe9:/Constructor/drain.cpp diff --git a/Constructor/drain.cpp b/Constructor/drain.cpp index e1f0792..cd4ee57 100644 --- a/Constructor/drain.cpp +++ b/Constructor/drain.cpp @@ -138,3 +138,8 @@ ConnectorType Drain::get_connector_type(int _a, int _b) } return UNDEF; } + +void Drain::set_default_connector() +{ + connect_vec[0].type = IN; +}