Skip to content

Commit

Permalink
Refs #9239 Initialise variables in constructor.
Browse files Browse the repository at this point in the history
The converity scan should be satisfied with the way I'm initialising these variables now.
  • Loading branch information
keithnbrown committed Mar 31, 2014
1 parent b4dbe7d commit 2a7fcd4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ namespace Mantid
{
public:
/// Default constructor
AsciiPointBase() {}
AsciiPointBase(): m_qres(0), m_xlength(0), m_ws() {}
/// Destructor
~AsciiPointBase() {}
/// Algorithm's name for identification overriding a virtual method
Expand Down

0 comments on commit 2a7fcd4

Please sign in to comment.