For what it's worth, this looks like an area of the code that has been
substantially reworked since the tg-cs fork was created.
Regards,
Curt.
On Tue, Oct 12, 2010 at 12:02 PM, Geoff McLane wrote:
> Hi,
>
> In priorities.cxx, the function is written as -
>
> static area_type_descriptor& get_ar
Hi,
In priorities.cxx, the function is written as -
static area_type_descriptor& get_area_descriptor( AreaType area ) {
if ( 0<=area || area < area_types.size() ) {
return area_types[area];
} else {
SG_LOG(SG_GENERAL, SG_ALERT, "unknown area code = " << (int)area);
exit(-1
2 matches
Mail list logo