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
qcor
Commits
8afe6220
Commit
8afe6220
authored
May 23, 2019
by
Mccaskey, Alex
Browse files
fixing wrongly added absolute path
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
b2a9c800
Pipeline
#56683
passed with stages
in 6 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/qcor.cpp
View file @
8afe6220
#include
"qcor.hpp"
#include
"/home/project/xacc/xacc/XACC.hpp"
#include
"qpu_handler.hpp"
#include
"AcceleratorBuffer.hpp"
...
...
@@ -232,4 +231,4 @@ std::shared_ptr<algorithm::Algorithm> getAlgorithm(const std::string name) {
return
xacc
::
getService
<
qcor
::
algorithm
::
Algorithm
>
(
name
);
}
}
// namespace qcor
\ No newline at end of file
}
// namespace qcor
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