Skip to content
Snippets Groups Projects
ArrayProperty.cpp 555 B
Newer Older
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include "MantidKernel/ArrayProperty.h"

namespace Mantid
{
namespace Kernel
{

/// @cond

template DLLExport class ArrayProperty<int32_t>;
template DLLExport class ArrayProperty<int64_t>;
template DLLExport class ArrayProperty<size_t>;
template DLLExport class ArrayProperty<double>;
template DLLExport class ArrayProperty<std::string>;

/// @endcond

} // namespace Kernel
} // namespace Mantid