Skip to content

Commit

Permalink
A correction after rebase. Re #7253
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Jun 7, 2013
1 parent ba31aea commit 75067c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2550,7 +2550,7 @@ namespace Mantid
void IntegratePeakTimeSlices::InitializeColumnNamesInTableWorkspace(
TableWorkspace_sptr &TabWS)
{
TabWS->setName("Log Table");
//TabWS->setName("Log Table");
TabWS->addColumn("double", "Time");
TabWS->addColumn("double", "Channel");
TabWS->addColumn("double", "Background");
Expand Down

0 comments on commit 75067c6

Please sign in to comment.