- Removed SCStart/EndBuffering as far as possible and fixed an issue with
the capture command in that it not put resluts into the Tcl interpreter. This broke scriptcontext scripts in complicated situations. - Resolved some issues with the TAS calculation and negative scattering sense. - Fixed a bug which did not reset the state to idle after checking reachability in confvirtualmot.c SKIPPED: psi/autowin.c psi/eigera2.c psi/jvlprot.c psi/makefile_linux psi/sinqhttpopt.c psi/tasscan.c
This commit is contained in:
@@ -54,8 +54,8 @@ static int calculateTASSettings(pSingleDiff self,
|
||||
} else {
|
||||
status = 1;
|
||||
}
|
||||
settings[0] = angles.a3;
|
||||
settings[1] = angles.sample_two_theta;
|
||||
settings[0] = angles.sample_two_theta;
|
||||
settings[1] = angles.a3;
|
||||
settings[2] = angles.sgu;
|
||||
settings[3] = angles.sgl;
|
||||
if (!MotorCheckBoundary(SXGetMotor(Omega), (float) settings[0], &fHard,
|
||||
|
||||
Reference in New Issue
Block a user