Skip to content

Commit

Permalink
Fixed defect #73101 in Coverity list.
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraCoderRU committed Jan 23, 2015
1 parent 2557eab commit 0288e90
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/Generating/BioGen.cpp
Expand Up @@ -733,7 +733,19 @@ cBioGenTwoLevel::cBioGenTwoLevel(int a_Seed) :
m_Noise3(a_Seed + 5003),
m_Noise4(a_Seed + 5004),
m_Noise5(a_Seed + 5005),
m_Noise6(a_Seed + 5006)
m_Noise6(a_Seed + 5006),
m_FreqX1(0.0),
m_AmpX1(0.0),
m_FreqX2(0.0),
m_AmpX2(0.0),
m_FreqX3(0.0),
m_AmpX3(0.0),
m_FreqZ1(0.0),
m_AmpZ1(0.0),
m_FreqZ2(0.0),
m_AmpZ2(0.0),
m_FreqZ3(0.0),
m_AmpZ3(0.0)
{
}

Expand Down

0 comments on commit 0288e90

Please sign in to comment.