From 3edc88b17fc212017cc7ecad6b28fffcea92dd04 Mon Sep 17 00:00:00 2001 From: Matthew D Jones <matthew.d.jones@tessella.com> Date: Tue, 16 Feb 2016 09:21:39 +0000 Subject: [PATCH] Re #15295 Export macros for the free functions, for WIndows --- Vates/VatesAPI/inc/MantidVatesAPI/vtkMDHexFactory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vates/VatesAPI/inc/MantidVatesAPI/vtkMDHexFactory.h b/Vates/VatesAPI/inc/MantidVatesAPI/vtkMDHexFactory.h index f830be96d6b..6948a3f9201 100644 --- a/Vates/VatesAPI/inc/MantidVatesAPI/vtkMDHexFactory.h +++ b/Vates/VatesAPI/inc/MantidVatesAPI/vtkMDHexFactory.h @@ -19,10 +19,10 @@ namespace Mantid { namespace VATES { /// Round up to next multiple of factor -coord_t roundUp(const coord_t num_to_round, const coord_t factor); +coord_t DLLExport roundUp(const coord_t num_to_round, const coord_t factor); /// Round down to previous multiple of factor -coord_t roundDown(const coord_t num_to_round, const coord_t factor); +coord_t DLLExport roundDown(const coord_t num_to_round, const coord_t factor); /** Class is used to generate vtkUnstructuredGrids from IMDEventWorkspaces. Utilises the non-uniform nature of the underlying workspace grid/box structure -- GitLab