Skip to content

Commit

Permalink
refs #8095 NXSPE version have changed to 1.2
Browse files Browse the repository at this point in the history
to indicate to clients that detector's information is processed differently.
  • Loading branch information
abuts committed Oct 16, 2013
1 parent 870f1fb commit 94c5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveNXSPE.cpp
Expand Up @@ -43,7 +43,7 @@ namespace Mantid
const double SaveNXSPE::MASK_FLAG = std::numeric_limits<double>::quiet_NaN();
const double SaveNXSPE::MASK_ERROR = 0.0;
// works fine but there were cases that some compilers crush on this (VS2008 in mixed .net environment ?)
const std::string SaveNXSPE::NXSPE_VER = "1.1";
const std::string SaveNXSPE::NXSPE_VER = "1.2";

SaveNXSPE::SaveNXSPE() :
API::Algorithm()
Expand Down

0 comments on commit 94c5e34

Please sign in to comment.