|
From: Geoffrey H. <ge...@ge...> - 2007-02-20 18:52:40
|
On Feb 20, 2007, at 1:39 PM, Tim Vandermeersch wrote: > Ah, but in the API documation the following line is used: > rotorKey = new int[rl.Size()+1]; Not anymore it doesn't. :-) I don't know why that isn't a constant expression for the compiler. But it's probably better to use a vector, so I updated the code and the Doxygen comments. I'll make a snapshot (and update API documentation) as soon as possible. Cheers, -Geoff |