Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ORNL Quantum Computing Institute
xacc
Commits
57a347ca
Commit
57a347ca
authored
Jan 31, 2018
by
Mccaskey, Alex
Browse files
fixing bug
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
49786fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
xacc/utils/ServiceRegistry.cpp
View file @
57a347ca
...
...
@@ -36,7 +36,7 @@ void ServiceRegistry::initialize() {
boost
::
filesystem
::
directory_iterator
end_itr
;
boost
::
filesystem
::
path
xaccPluginPath
(
std
::
string
(
XACC_INSTALL_DIR
)
+
std
::
string
(
"/lib/plugins"
));
XACCLogger
::
instance
()
->
info
(
"XACC Plugin Lib Directory: "
+
xaccP
lugin
Path
);
XACCLogger
::
instance
()
->
info
(
"XACC Plugin Lib Directory: "
+
std
::
string
(
XACC_INSTALL_DIR
)
+
std
::
string
(
"/lib/p
lugin
s"
)
);
if
(
boost
::
filesystem
::
exists
(
xaccPluginPath
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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