mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
trk2csv can open too many files #508
trckConvert missing cstring header. Added object code to .gitignore.
This commit is contained in:
parent
c3f94fec49
commit
a2d0387d57
2
trick_source/data_products/.gitignore
vendored
2
trick_source/data_products/.gitignore
vendored
@ -1 +1,3 @@
|
|||||||
fermi-ware
|
fermi-ware
|
||||||
|
Apps/trkConvert/*.o
|
||||||
|
Apps/trkConvert/trkConvert
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#include <exception>
|
#include <exception>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
#include "LogFormatter.hh"
|
#include "LogFormatter.hh"
|
||||||
#include "CSV_Formatter.hh"
|
#include "CSV_Formatter.hh"
|
||||||
|
Loading…
Reference in New Issue
Block a user