From ee3c4b07f8ad7c85023efda5dccadb9bc5f3c6f3 Mon Sep 17 00:00:00 2001 From: "H. Watanabe" Date: Fri, 17 Apr 2015 11:21:43 +0900 Subject: [PATCH] debug on qcrun --- compiler/qcrun.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/qcrun.cpp b/compiler/qcrun.cpp index 67f3df7..19a7b74 100644 --- a/compiler/qcrun.cpp +++ b/compiler/qcrun.cpp @@ -186,8 +186,8 @@ int main(int argc, char **argv) { } //TODO: *.qdt file cannot be imported by QCAD. - //std::cerr << "Saving " << ofilename << std::endl; - //qBits->SaveToFile(ofilename.c_str()); + std::cerr << "Saving " << ofilename << std::endl; + qBits->SaveToFile(ofilename.c_str()); std::cerr << "Saving " << tfilename << std::endl; qBits->SaveAsText(tfilename.c_str()); delete qBits; -- 2.11.0