Skip to content

Commit

Permalink
Fix doxygen error. Refs #6845.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Apr 16, 2013
1 parent 8f58b1c commit 5406c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/Framework/Algorithms/src/ExportTimeSeriesLog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace Algorithms
//----------------------------------------------------------------------------------------------
/** Export part of designated log to an file in column format and a output file
* @param logname :: name of log to export
* @param numberexports :: number of log entries to export
* @param numentries :: number of log entries to export
* @param outputeventws :: boolean. output workspace is event workspace if true.
*/
void ExportTimeSeriesLog::exportLog(string logname, int numentries, bool outputeventws)
Expand Down Expand Up @@ -170,7 +170,7 @@ namespace Algorithms
* @param values :: vector of log value in double
*/
void ExportTimeSeriesLog::setupWorkspace2D(int numentries, vector<DateAndTime>& times,
vector<double> values)
vector<double> values)
{
Kernel::DateAndTime runstart(m_dataWS->run().getProperty("run_start")->value());

Expand Down Expand Up @@ -205,7 +205,7 @@ namespace Algorithms
* @param values :: vector of log value in double
*/
void ExportTimeSeriesLog::setupEventWorkspace(int numentries, vector<DateAndTime>& times,
vector<double> values)
vector<double> values)
{
Kernel::DateAndTime runstart(m_dataWS->run().getProperty("run_start")->value());

Expand Down

0 comments on commit 5406c62

Please sign in to comment.