- Added another missing file

This commit is contained in:
koennecke
2009-02-17 08:46:39 +00:00
parent f9121c1afe
commit e7a985d7e2
2 changed files with 301 additions and 0 deletions

15
singelbi.h Normal file
View File

@@ -0,0 +1,15 @@
/**
* This is an implementation of the polymorphic single crystal calculation
* system defined in singlediff.h for a bisecting four circle diffractometer with
* an eulerian cradle.
*
* copyright: see file COPYRIGHT
*
* Mark Koennecke, August 2008
*/
#ifndef SINGELBI_H_
#define SINGELBI_H_
#include "singlediff.h"
void initializeSingleBisecting(pSingleDiff diff);
#endif /*SINGELBI_H_ */