fixme, incomplete patch

This commit is contained in:
Jim Holmes 2014-10-26 18:56:05 +02:00 committed by rlar
parent 73455c42e7
commit 36a71cbc4d
2 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,8 @@ char *ft_setkwords[] = {
"subend", "subend",
"subinvoke", "subinvoke",
"substart", "substart",
"lxt2waves" /* holmes: adding switch to write lxt2 waveform database */
"swapendian" /* holmes: adding switch to write raw file in opposite endianness of OS */
"term", "term",
"ticmarks", "ticmarks",
"tnom", "tnom",

View File

@ -36,6 +36,7 @@ struct runDesc {
bool writeOut; bool writeOut;
bool windowed; bool windowed;
bool binary; bool binary;
bool swapendian;
struct plot *runPlot; struct plot *runPlot;
FILE *fp; FILE *fp;
long pointPos; /* where to write pointCount */ long pointPos; /* where to write pointCount */