fixme, incomplete patch
This commit is contained in:
parent
73455c42e7
commit
36a71cbc4d
|
|
@ -116,6 +116,8 @@ char *ft_setkwords[] = {
|
|||
"subend",
|
||||
"subinvoke",
|
||||
"substart",
|
||||
"lxt2waves" /* holmes: adding switch to write lxt2 waveform database */
|
||||
"swapendian" /* holmes: adding switch to write raw file in opposite endianness of OS */
|
||||
"term",
|
||||
"ticmarks",
|
||||
"tnom",
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ struct runDesc {
|
|||
bool writeOut;
|
||||
bool windowed;
|
||||
bool binary;
|
||||
bool swapendian;
|
||||
struct plot *runPlot;
|
||||
FILE *fp;
|
||||
long pointPos; /* where to write pointCount */
|
||||
|
|
|
|||
Loading…
Reference in New Issue