gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] arend_3_3.6: shrink size of local_owl_data


From: bump
Subject: Re: [gnugo-devel] arend_3_3.6: shrink size of local_owl_data
Date: Wed, 22 May 2002 10:18:55 -0700

Arend wrote?

> This patch makes the following changes:
>  * Only store eye spaces for the relevant color
>  * Consequently, a couple of functions in owl.c and optics.c only take the
>    relevant eye space information as argument. Also, make_domains only
>    computes the eyes spaces for the relevant color (resp. it is called
>    only once from owl_analyze_semeai).
>  * Change a couple of fields from int to char where this is obviously
>    sufficient.

After this patch I get a compilation error because in owl_make_domains
because 

  current_owl_data = owla;
  other_owl_data = owlb;

comes before the declarations:

  struct eye_data *black_eye = NULL;
  struct eye_data *white_eye = NULL;

If I switch those then it compiles.

Dan



  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]