Added to repository.
r986 | ffr | 2006-05-09 09:17:15 +1000 (Tue, 09 May 2006) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
a72513165b
commit
81359a740f
21
site_ansto/hm_asim.h
Normal file
21
site_ansto/hm_asim.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/*--------------------------------------------------------------------------
|
||||
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
|
||||
Reference in New Issue
Block a user