Skip to content

Commit

Permalink
Resolved conflict. Refs #8291.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Dec 2, 2013
1 parent 825f24b commit 7968c08
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -109,7 +109,7 @@ class DLLExport CheckWorkspacesMatch : public API::Algorithm
double tolTof, double tolWeight, int64_t tolPulse, int compareoption,
size_t& numdiffpulse, size_t& numdifftof, size_t& numdiffboth) const;

std::string m_result; ///< the result string
std::string result; ///< the result string

API::Progress * prog;
};
Expand Down

0 comments on commit 7968c08

Please sign in to comment.