29 Jan
2007
29 Jan
'07
8:20 p.m.
On Jan 28, 2007, at 9:09 AM, Dmitry wrote:
Line 193 should be void randomize_property(G& g, RandomGenerator& rg, Property)
instead of
void randomize_property(G& g, RandomGenerator& rg)
??
Both ways will work. The current randomize_property will be used like this: randomize_property<Property>(g, rg) Cheers, Doug