updated makefile to boost-python3.3 and python2.4
This commit is contained in:
parent
116f21f182
commit
e14b4a8d48
4 changed files with 7 additions and 7 deletions
|
|
@ -88,7 +88,7 @@ int spin(eoRng& _rng, numeric::array values, double total)
|
|||
|
||||
void random_numbers()
|
||||
{
|
||||
class_<eoRng, boost::noncopyable>("eoRng", init<uint32>())
|
||||
class_<eoRng, boost::noncopyable>("eoRng", init<uint32_t>())
|
||||
.def("flip", &eoRng::flip)
|
||||
.def("random", &eoRng::random)
|
||||
.def("rand", &eoRng::rand)
|
||||
|
|
|
|||
Reference in a new issue