Ref T786, fixed weather sample

* RR found that no alt value means a huge number of grid points is parsed
* see https://discordapp.com/channels/539048679160676382/539925070550794240/701762348506939693
This commit is contained in:
Klaus Basan
2020-04-20 17:56:06 +02:00
committed by Mat Sutcliffe
parent 0a2b25e409
commit 5ef25d4a41
3 changed files with 11 additions and 15 deletions

View File

@@ -33,7 +33,6 @@ int main(int argc, char *argv[])
BlackMisc::registerMetadata();
CLogHandler::instance()->install(true);
CLogHandler::instance()->enableConsoleOutput(false); // default disable
BlackMisc::registerMetadata();
CLineReader lineReader(&a);
CWeatherDataPrinter printer(&a);