Skip to content
Snippets Groups Projects
Commit 3edc88b1 authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #15295 Export macros for the free functions, for WIndows

parent 894790bd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment