WpolymerLine: Initialise all members in constructor.

This commit is contained in:
Bård Skaflestad 2012-07-02 17:42:10 +02:00
parent 2ef628233e
commit 95df9e5e2f

View File

@ -2131,7 +2131,8 @@ struct WpolymerLine
WpolymerLine()
{
well_ = polymer_group_ = salt_group_ = "";
well_ = polymer_group_ = salt_group_ = "";
polymer_concentration_ = salt_concentration_ = 0.0;
}
};