- Installed a new single bisecting with normal beam mode to SICS

This commit is contained in:
koennecke
2012-03-29 08:46:18 +00:00
parent 0f1f56be38
commit 12b755de76
2 changed files with 476 additions and 0 deletions

18
singlebinb.h Normal file
View File

@ -0,0 +1,18 @@
/*
* singlebinb.h.
*
* Documentation: see singlebinb.c
*
*
* Created on: Feb 13, 2012
* Author: koennecke
*/
#ifndef SINGLEBINB_H_
#define SINGLEBINB_H_
void initializeSingleBINB(pSingleDiff diff);
#endif /* SINGLEBINB_H_ */