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",
"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",

View File

@ -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 */