Skip to content

Commit

Permalink
Refs #8959 SaveReflTest fixed for cppWarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lottie Greenwood committed Jan 21, 2015
1 parent b90b7e7 commit 3f66b09
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -225,11 +225,11 @@ class SaveReflCustomAsciiTest : public CxxTest::TestSuite {
bool propertiesLogs = false) {
getline(in, fullline);
getline(in, fullline);
bool propertiesLog = propertiesLogs;
propertiesLogs = false;
}
void createWS(bool zeroX = false, bool zeroY = false, bool zeroE = false,
bool createLogs = false) {
bool createLog = createLogs;
createLogs = false;
MatrixWorkspace_sptr ws = WorkspaceCreationHelper::Create2DWorkspace(1, 10);
AnalysisDataService::Instance().addOrReplace(m_name, ws);
// Check if any of X, Y or E should be zeroed to check for divide by zero or
Expand Down

0 comments on commit 3f66b09

Please sign in to comment.