- 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:
22
fourtable.h
Normal file
22
fourtable.h
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
/*---------------------------------------------------------------------------
|
||||
F O U R T A B L E
|
||||
|
||||
A SICS object which holds the variation of scan parameters for four circle
|
||||
reflection list measurements.
|
||||
copyright: see copyright.h
|
||||
|
||||
Mark Koennecke, February 2005
|
||||
---------------------------------------------------------------------------*/
|
||||
#ifndef FOURTABLE
|
||||
#define FOURTABLE
|
||||
|
||||
int MakeFourCircleTable();
|
||||
void DeleteFourCircleTable(int handle);
|
||||
int HandleFourCircleCommands(int handle, SConnection *pCon,
|
||||
int argc, char *argv[], int *err);
|
||||
char *GetFourCircleScanVar(int handle, double two_theta);
|
||||
double GetFourCircleStep(int handle, double two_theta);
|
||||
int SaveFourCircleTable(int handle, char *objName, FILE *fd);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user