WeltargLine: Initialise all members in constructor.

This commit is contained in:
Bård Skaflestad
2012-07-02 17:32:37 +02:00
parent f2f0b95a1d
commit 2ef628233e

View File

@@ -1582,6 +1582,7 @@ struct WeltargLine
double new_value_; // New value of this quantity
WeltargLine()
: well_(), control_change_(), new_value_(-1.0)
{
}
};