Skip to content

Commit

Permalink
Changed the naming convention back. Refs #9933.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jul 21, 2014
1 parent 4955f7f commit bbfa4a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Code/Mantid/Framework/DataHandling/src/SaveGSS.cpp
Expand Up @@ -129,8 +129,6 @@ namespace DataHandling
const int bank = getProperty("Bank");
const bool MultiplyByBinWidth = getProperty("MultiplyByBinWidth");
bool split = getProperty("SplitFiles");
if (nHist == 1)
split = false;

std::string outputFormat = getProperty("Format");

Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/algorithms/SaveGSS-v1.rst
Expand Up @@ -52,7 +52,7 @@ Usage

SaveGSS(ws, path)

path = os.path.join(os.path.expanduser("~"), "myworkspace.ascii")
path = os.path.join(os.path.expanduser("~"), "myworkspace-0.ascii")
print os.path.isfile(path)


Expand Down

0 comments on commit bbfa4a0

Please sign in to comment.