1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-04-05 09:35:54 +01:00

latan-plot now allows plotting of imag component(comments removed)

This commit is contained in:
Andrew Zhen Ning Yong 2019-03-09 11:41:07 +00:00
parent f16b26e04c
commit d380751e9a

View File

@ -54,8 +54,6 @@ int main(int argc, char *argv[])
title = opt.optionValue("t");
outFileName = opt.optionValue<string>("o");
cout << "imag: " << imag << endl;
if(plotFileName.find(".h5") == string::npos)
{