Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
5b169dd5
Commit
5b169dd5
authored
Feb 19, 2021
by
Srikanth Ravipati
Committed by
Peterson, Peter
Mar 10, 2021
Browse files
Changed default facility to NONE from ISIS
parent
9b95d1e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/Kernel/src/ConfigService.cpp
View file @
5b169dd5
...
...
@@ -1830,7 +1830,7 @@ const std::vector<std::string> ConfigServiceImpl::getFacilityNames() const {
const
FacilityInfo
&
ConfigServiceImpl
::
getFacility
()
const
{
std
::
string
defFacility
=
getString
(
"default.facility"
);
if
(
defFacility
.
empty
())
{
defFacility
=
"
ISIS
"
;
defFacility
=
"
NONE
"
;
}
return
this
->
getFacility
(
defFacility
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment