From d380751e9a1af0f4b5b33ad1e7c52db0b87b17b3 Mon Sep 17 00:00:00 2001 From: Andrew Zhen Ning Yong Date: Sat, 9 Mar 2019 11:41:07 +0000 Subject: [PATCH] latan-plot now allows plotting of imag component(comments removed) --- utils/plot.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/plot.cpp b/utils/plot.cpp index 383a0b5..fe79235 100644 --- a/utils/plot.cpp +++ b/utils/plot.cpp @@ -54,8 +54,6 @@ int main(int argc, char *argv[]) title = opt.optionValue("t"); outFileName = opt.optionValue("o"); - cout << "imag: " << imag << endl; - if(plotFileName.find(".h5") == string::npos) {