add sicsvar output to diffscan

This commit is contained in:
Douglas Clowes
2012-12-14 08:48:05 +11:00
parent 43346d6ea5
commit 907f0e2ba6
2 changed files with 29 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include "obpar.h"
#include "scan.h"
#include "scan.i"
#include "sicsvar.h"
typedef struct {
pObjectDescriptor pDes;
@ -23,6 +24,7 @@ typedef struct {
int skipCount;
pScanData scanObject;
double last_report_time;
pSicsVariable sicsvar;
} DiffScan, *pDiffScan;
/*==================================================================*/