mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-08 18:55:36 +08:00
Fixed output of PQ null values
This commit is contained in:
committed by
Mathew Sutcliffe
parent
1522c8175e
commit
e49f9c2b38
@@ -28,9 +28,10 @@ using namespace BlackCore;
|
||||
//! main
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication(argc, argv);
|
||||
QCoreApplication qa(argc, argv);
|
||||
CApplication a;
|
||||
Q_UNUSED(a);
|
||||
Q_UNUSED(qa);
|
||||
|
||||
QTextStream out(stdout, QIODevice::WriteOnly);
|
||||
CSamplesPhysicalQuantities::samples(out);
|
||||
|
||||
Reference in New Issue
Block a user