Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alphagocc committed Nov 29, 2020
1 parent 8b66716 commit f83dd60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ int main(int argc, char *argv[])
//QCoreApplication a(argc, argv);
Transform t;
qDebug() << argc;
if (argc == 1)
{
t.doit("C:\\Users\\Alphagocc\\Desktop\\Code\\20170902p\\2017-09-02.cdf", "aaaaaa.json");
return 0;
}
t.doit(argv[1], argv[2]);
return 0;
}

0 comments on commit f83dd60

Please sign in to comment.