Skip to content
GitLab
Menu
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
4a89d030
Commit
4a89d030
authored
Jan 16, 2019
by
Mccaskey, Alex
Browse files
fixing bug in irtransformation template
Signed-off-by:
Alex McCaskey
<
mccaskeyaj@ornl.gov
>
parent
33a8e690
Pipeline
#28748
passed with stages
in 9 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
python/plugin_generator/templates/irtransformation/transformation/{irt_class_name}.hpp
View file @
4a89d030
...
...
@@ -9,7 +9,7 @@ using namespace boost::program_options;
namespace
xacc
{{
namespace
quantum
{{
class
{
irt_class_name
}
:
public
IRTransformation
,
OptionsProvider
{{
class
{
irt_class_name
}
:
public
IRTransformation
,
public
OptionsProvider
{{
public:
{
irt_class_name
}();
...
...
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