Skip to content

Commit

Permalink
Refs #10000. Fixed CID 1228891.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jul 28, 2014
1 parent 69fb979 commit 93ea68e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ using namespace API;
DECLARE_FUNCTION(PoldiSpectrumDomainFunction)

PoldiSpectrumDomainFunction::PoldiSpectrumDomainFunction() :
ParamFunction()
ParamFunction(),
m_chopperSlitOffsets(),
m_deltaT(0.0),
m_timeTransformer()
{

}
Expand Down

0 comments on commit 93ea68e

Please sign in to comment.