8 string version =
"$Id: mtugood.cpp 1816 2009-09-07 11:28:35Z mmoorkamp $";
19 cout <<
"This is mtugood: mark all records of Phoenix time series as good"
21 cout <<
" Usage: mtugood infilename outfilename ! " << endl;
23 <<
" If no outfilename given ending '.good' will be automatically appended to infilename"
25 cout <<
" This is Version: " <<
version << endl << endl;
26 infilename = AskFilename(
"Infilename: ");
27 outfilename = infilename +
".good";
30 int main(
int argc,
char *argv[])
32 string infilename, outfilename;
37 outfilename = string(argv[1]) +
".good";
41 outfilename = argv[2];
void WriteInfoAndAsk(string &infilename, string &outfilename)