WgrupconLine: Initialise all members in constructor.

This commit is contained in:
Bård Skaflestad
2012-07-02 17:29:59 +02:00
parent f57ed8856d
commit f2f0b95a1d

View File

@@ -1362,8 +1362,8 @@ struct WgrupconLine
bool available_for_group_control_;
double guide_rate_;
std::string phase_;
WgrupconLine() :
available_for_group_control_(true)
WgrupconLine()
: well_(), available_for_group_control_(true), guide_rate_(-1.0), phase_()
{
}
};