|
From: Daniel J S. <dan...@ie...> - 2007-06-30 21:01:28
|
Hans-Bernhard Bröker wrote: > So what would be the problem with delaying the init_dynarray() call > until you actually need the thing? The natural flow is to simply put init_dynarray in cp_alloc where other plot elements are initialized. If it is initialized when we know we need it, then there is some cumbersome code elsewhere... initializing to 1 is fine. Dan |