Skip to content
Snippets Groups Projects
Commit a3d26ea3 authored by Campbell, Stuart's avatar Campbell, Stuart
Browse files

Refs #5162. Added properties for the mask and grouping directories.

Added groupingFiles.directory property.
Added maskFiles.directory property.
parent 37a1f434
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,12 @@ instrumentDefinition.directory = @MANTID_ROOT@/instrument
# Where to load parameter definition files from
parameterDefinition.directory = @MANTID_ROOT@/instrument
# Where to load Grouping files (that are shipped with Mantid) from
groupingFiles.directory = @MANTID_ROOT@/instrument/Grouping
# Where to load Mask files (that are shipped with Mantid) from
maskFiles.directory = @MANTID_ROOT@/instrument/masks
# Where to load OpenCL kernel files
openclKernelFiles.directory = @MANTID_ROOT@/Framework/GPUAlgorithms/src
......@@ -165,4 +171,4 @@ filefinder.casesensitive=Off
# Control which geometry the Instrument View window displays, valid values
# are "Default", "Neutronic" or "Physical".
instrument.view.geometry=Default
\ No newline at end of file
instrument.view.geometry=Default
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