22 lines
454 B
C
22 lines
454 B
C
/*--------------------------------------------------------------------------
|
|
H M _ A S I M
|
|
|
|
The ANSTO simulated histogramming memory driver include file
|
|
|
|
Paul Hathaway, September 2004
|
|
|
|
Copyright: see Copyright.txt
|
|
---------------------------------------------------------------------------*/
|
|
#ifndef HM_ASIM
|
|
#define HM_ASIM
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
pHistDriver CreateHmAsim(pStringDict pOpt);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|