* update after a1-a6 drive * intrduction of targets - POLDI writing - Moved HKL calculation 4 TRICS to fourlib
22 lines
716 B
C
22 lines
716 B
C
/*--------------------------------------------------------------------------
|
|
P O L T E R W R I T E
|
|
|
|
fowrite is an object for writing POLTERDI data files.
|
|
|
|
copyright: see copyright.h
|
|
|
|
Uwe Filges, November 2001
|
|
----------------------------------------------------------------------------*/
|
|
#ifndef POLTERDIWRITE
|
|
#define POLTERDIWRITE
|
|
|
|
int PolterInstall(SConnection *pCon, SicsInterp *pSics,
|
|
void *pData, int argc, char *argv[]);
|
|
|
|
|
|
int PolterAction(SConnection *pCon, SicsInterp *pSics,
|
|
void *pData, int argc, char *argv[]);
|
|
|
|
#endif
|
|
|