- Changes to amorset to make polarisation analysis work

- Added yet another monitor to POLDI
This commit is contained in:
koennecke
2009-10-30 13:50:49 +00:00
parent b3e425b965
commit 4aca8c9e94
4 changed files with 75 additions and 41 deletions

View File

@@ -267,7 +267,7 @@ static int ECBGetStatus(struct __COUNTER *self, float *fControl)
*fControl = (float) count;
}
if (*fControl > self->fPreset) {
if (*fControl > self->fPreset + 1.) {
ECBHalt(self);
}
return result;