bkrueger / mocasinns

MOnte-CArlo-SImulations - Neat'N'Simple
Other
4 stars 1 forks source link

Get rid of hardcoded int types #50

Closed SpeckFleck closed 11 years ago

SpeckFleck commented 11 years ago

E.g. do_wang_landau_steps is unnecessarily limited by its uint32_t parameter (aka sweep_steps). There may be cases, when you want sweep_steps > uint32_t_max

At least it should be easy to redefine this type in the header.