Newer
Older
Russell Taylor
committed
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include "MantidKernel/ArrayProperty.h"
namespace Mantid
{
namespace Kernel
{
/// @cond
Gigg, Martyn Anthony
committed
template DLLExport class ArrayProperty<int32_t>;
template DLLExport class ArrayProperty<int64_t>;
template DLLExport class ArrayProperty<size_t>;
Russell Taylor
committed
template DLLExport class ArrayProperty<double>;
template DLLExport class ArrayProperty<std::string>;
/// @endcond
} // namespace Kernel
} // namespace Mantid