Skip to content
Snippets Groups Projects
TimeSeriesProperty.cpp 513 B
Newer Older
#include "MantidKernel/Exception.h"
#include "MantidKernel/TimeSeriesProperty.h"
#include <algorithm>
#include <cmath>
#include <functional>
#include <iostream>
#include <list>
#include <numeric>
#include <vector>

namespace Mantid
{
namespace Kernel
{

  //Logger& TimeSeriesProperty::g_log = Logger::get("TimeSeriesProperty");

template DLLExport class TimeSeriesProperty<double>;
template DLLExport class TimeSeriesProperty<std::string>;

/// @endcond

} // namespace Kernel
} // namespace Mantid