- Added missing files

This commit is contained in:
koennecke
2009-02-17 08:40:55 +00:00
parent 3d6070ee6f
commit f9121c1afe
9 changed files with 2779 additions and 0 deletions

16
singlenb.h Normal file
View File

@ -0,0 +1,16 @@
/**
* This is an implementation of the polymorphic single crystal calculation
* system defined in singlediff.h for a diifractometer in normal beam geometry.
* This means the detector tilts out of the instrument plane upwards or
* downwards.
*
* copyright: see file COPYRIGHT
*
* Mark Koennecke, August 2008
*/
#ifndef SINGLENB_H_
#define SINGLENB_H_
void initializeNormalBeam(pSingleDiff diff);
#endif /*SINGLENB_H_ */