- Small fixes to histogram memory software

- Added simulation directories and instruments
This commit is contained in:
cvs
2002-10-30 08:59:29 +00:00
parent 269da71be2
commit 55eedb640b
24 changed files with 4406 additions and 51 deletions

View File

@ -1,5 +1,5 @@
#line 495 "histogram.w"
#line 496 "histogram.w"
/*---------------------------------------------------------------------------
H I S T M E M -- Internal
@ -11,7 +11,7 @@
#ifndef SICSHISTMEMINT
#define SICSHISTMEMINT
#line 261 "histogram.w"
#line 262 "histogram.w"
typedef struct __HistMem {
pObjectDescriptor pDes;
@ -29,7 +29,7 @@
int iUpdateIntervall;
} HistMem;
#line 505 "histogram.w"
#line 506 "histogram.w"
#endif