- Added makefile_slinux
- Changed mesure to be a silver bullet SKIPPED: psi/ecbcounter.c psi/ecbdriv.c psi/el734hp.c psi/el737hpdriv.c psi/fowrite.c psi/nextrics.c psi/tasscan.c
This commit is contained in:
6
hkl.c
6
hkl.c
@ -282,6 +282,12 @@
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
/*-------------------------------------------------------------------------*/
|
||||
void SetHKLScanTolerance(pHKL self, float fVal)
|
||||
{
|
||||
assert(self);
|
||||
self->scanTolerance = fVal;
|
||||
}
|
||||
/*-------------------------------------------------------------------------*/
|
||||
int SetWavelengthManual(pHKL self, float fVal)
|
||||
{
|
||||
|
Reference in New Issue
Block a user