Skip to content
Snippets Groups Projects
Commit 9fc5d7ab authored by Alex McCaskey's avatar Alex McCaskey
Browse files

fixing small build error

parent f1393e30
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ std::shared_ptr<IR> ScaffoldCompiler::compile() {
// Generate a GraphIR instance, ie a graph
// tensor references making up this QASM
std::cout << "Flat QASM: \n" << qasm << "\n";
return std::make_shared<GraphIR>();
//return std::make_shared<GraphIR>();
}
} // end namespace quantum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment