- 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

11
sps.c
View File

@@ -192,18 +192,11 @@
return -1;
}
/* if in simulation mode, return a random number */
/* if in simulation mode, return 1 */
if(self->iMode)
{
if(SimRandom() >= 50.)
{
*iSet = 1;
}
else
{
*iSet = 0;
}
return 1;
return 1;
}
/* send an R command down to the SPS */