Complete.Org: Mailing Lists: Archives: freeciv-dev: August 2004:
[Freeciv-Dev] Re: (PR#9799) PATCH: rewrited adjust_map()
Home

[Freeciv-Dev] Re: (PR#9799) PATCH: rewrited adjust_map()

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#9799) PATCH: rewrited adjust_map()
From: "Marcelo Burda" <mburda@xxxxxxxxx>
Date: Tue, 31 Aug 2004 05:25:27 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=9799 >

Le mar 31/08/2004 à 13:06, Mateusz Stefek a écrit :
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9799 >
> 
> > [mburda - Tue Aug 31 08:44:50 2004]:
> > 
...
> 
> I'd like to see better name for f[] in adjust_hmap
> 
in first part of code f[] are frequencies (in probability)
after next line code this are incremental frequencies (in probability) 
i can call it freauencies[] instead f[]?
> f[i] = (count * maxval) / (map.xsize * map.ysize) 

> I'm not sure if map.xsize * map.ysize is a real total number of tiles on
> a map. Some topology expert should say something about it (That's not me).
that is ok i think ( a topolgy expert)
> 
> Style fixes:
...
> mateusz
> 
Marcelo




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