Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bevölkerungswachstum wird nicht korrekt angezeigt. #210

Open
A-A-G opened this issue Apr 13, 2020 · 1 comment
Open

Bevölkerungswachstum wird nicht korrekt angezeigt. #210

A-A-G opened this issue Apr 13, 2020 · 1 comment

Comments

@A-A-G
Copy link
Contributor

A-A-G commented Apr 13, 2020

people
obwohl
people2
Problem: Wachstum relativ klein, da pro Sekunde. Eventhandler (this->ressource[6]) rechnet korrekt mit double. Eintrag in der Datenbank als unsigned int, Wert in php ($p->prodPeople>) ist Null und als Output wird "Speicher voll" erzeugt.

@A-A-G
Copy link
Contributor Author

A-A-G commented Apr 13, 2020

$val_time[$p->id][5]=ceil(($p->people_place-$p->people)/$p->prodPeople*3600); planet.class.php:174
Ich denke, dass *3600 ist hier nicht korrekt (Wird val_time nie verwendet?). Die Ressourcenproduktion wird in Ressourcen/Stunde in die DB geschrieben, das Bevölkerungswachstum in People/Second.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant