Check that output data is being written to where you think it should be. It looks like PCC_Writer.cpp is writing to standard out, not the output stream which it sets up. There's a variance between what it does and the comments at the very least...
|
cout << writer_specifications.size() << endl; |
Check that output data is being written to where you think it should be. It looks like
PCC_Writer.cppis writing to standard out, not the output stream which it sets up. There's a variance between what it does and the comments at the very least...PCC_Processing_Design/src/lib/PCC_Writer/PCC_Writer.cpp
Line 39 in 23c8e07