Skip to content

Commit

Permalink
Register Voigt into function factory. Refs #5922
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Oct 11, 2012
1 parent 576d64d commit d9b1cff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Code/Mantid/Framework/CurveFitting/src/Voigt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
// Includes
//----------------------------------------------------------------------------------------------
#include "MantidCurveFitting/Voigt.h"

#include "MantidAPI/FunctionFactory.h"

#include <cmath>

namespace Mantid
{
namespace CurveFitting
{
DECLARE_FUNCTION(Voigt);

namespace
{
/// @cond
Expand Down

0 comments on commit d9b1cff

Please sign in to comment.