removed default initialization for template group_control

This commit is contained in:
Jostein Alvestad 2020-03-16 15:29:08 +01:00
parent 6479391903
commit 82ea605cb8

View File

@ -742,7 +742,7 @@ inline quantity potential_rate( const fn_args& args ) {
return { sum, rate_unit< phase >() };
}
template < bool isGroup = true, bool Producer = true, bool waterInjector = false, bool gasInjector = false>
template < bool isGroup, bool Producer, bool waterInjector, bool gasInjector>
inline quantity group_control( const fn_args& args ) {
std::string g_name = "";