On Tue, 24 Mar 2015 17:14:13 -0500 Caleb Williams <[email protected]> wrote: > Sorry for the confusion. > > To clarify, nothing has worked. None of the three revisions I tested > ([3de6e8], [7ef16d] and [df01d9]) produced any changes.
OK, so at least we did not break this recently.
> Unfortunately, the trace writes you mention are beyond my level of
> expertise.
Try something like:
if (clientOptions.getOption("EuropePanel.w") != null) System.err.println("V = "
+ clientOptions.getInteger("EuropePanel.w")); else
System.err.println("Missing");
That would also be interesting in the EuropePanel constructor.
Cheers,
Mike Pope
pgpWNxToxCRfc.pgp
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________ Freecol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freecol-developers
