- various small bugfixes

- added driver for the lock-in amplifier
This commit is contained in:
zolliker
2006-10-27 08:14:13 +00:00
parent 980efacf6f
commit d6198ad3a3
8 changed files with 260 additions and 5 deletions

1
ease.c
View File

@ -67,6 +67,7 @@ void EaseWriteError(EaseBase *eab) {
eab->p.name);
break;
case EASE_ILL_ANS:
if (eab->p.verbose < 1) break;
l = strlen(eab->cmd);
if (l > 0 && eab->cmd[l-1] < ' ') {
l--;