Skip to content

Commit

Permalink
Refs #5827 register LogarithmScale in the factory
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Sep 10, 2012
1 parent 22625ef commit e4e4221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Framework/API/src/LogarithmScale.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
#include <stdexcept>

#include "MantidAPI/LogarithmScale.h"
//#include "MantidAPI/TransformScaleFactory.h"
#include "MantidAPI/TransformScaleFactory.h"

namespace Mantid
{
namespace API
{

//DECLARE_TRANSFORMSCALE(LogarithmScale);
DECLARE_TRANSFORMSCALE(LogarithmScale);

void LogarithmScale::setBase( double &base)
{
Expand Down

0 comments on commit e4e4221

Please sign in to comment.