source: GTP/trunk/Lib/Vis/Preprocessing/src/Halton.cpp @ 492

Revision 492, 103 bytes checked in by bittner, 18 years ago (diff)

Large merge - viewcells seem not functional now

Line 
1
2#include "Halton.h"
3
4// global halton generator
5
6Halton2 halton2;
7float Halton2::_invBases[2];
Note: See TracBrowser for help on using the repository browser.