Skip to content

Commit

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

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

namespace Mantid
{
namespace API
{

//DECLARE_TRANSFORMSCALE(LinearScale);
DECLARE_TRANSFORMSCALE(LinearScale);

/* Transform the grid to adopt a linear scale
* @param gd a grid object
Expand Down

0 comments on commit 9373fe7

Please sign in to comment.