Skip to content
Snippets Groups Projects
ParaViewVersion.cpp.in 376 B
Newer Older
//----------------------------------------------------------------------
// Includes
//----------------------------------------------------------------------
#include "MantidKernel/ParaViewVersion.h"

namespace Mantid
{
namespace Kernel
{

std::string ParaViewVersion::targetVersion()
{
  return "@COMPATIBLE_PARAVIEW_VERSION@";
}

} // namespace Kernel
} // namespace Mantid