Skip to content

Commit

Permalink
Refs #5162. Added properties for the mask and grouping directories.
Browse files Browse the repository at this point in the history
Added groupingFiles.directory property.
Added maskFiles.directory property.
  • Loading branch information
stuartcampbell committed Apr 26, 2012
1 parent 37a1f43 commit a3d26ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Code/Mantid/Framework/Properties/Mantid.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
instrument.view.geometry=Default

0 comments on commit a3d26ea

Please sign in to comment.