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 5e3e7ca commit b90b7e7
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -225,9 +225,11 @@ class SaveReflCustomAsciiTest : public CxxTest::TestSuite {
bool propertiesLogs = false) {
getline(in, fullline);
getline(in, fullline);
bool propertiesLog = propertiesLogs;
}
void createWS(bool zeroX = false, bool zeroY = false, bool zeroE = false,
bool createLogs = false) {
bool createLog = createLogs;
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 b90b7e7

Please sign in to comment.