(hard_tech): Unused, remove.

(configkeys): Fix km_flags of key anno_keep_days.
This commit is contained in:
Markus Armbruster 2004-08-30 21:12:15 +00:00
parent 7362ad6c19
commit 7a4f133d1c
3 changed files with 2 additions and 20 deletions

View file

@ -184,15 +184,8 @@ float hap_avg = 16.0 * 3.0;
float edu_avg = 16.0 * 12.0;
/* tech build limitations. Tech limits only apply after easy_tech.
* Two ways of limiting tech: asymptotic or logrithmic:
* tech_hard is asymptopic limitation, tech_log_base is the logrithmic
* limitation. set tech_log_base > 1.0 to have it take effect,
* set hard_tech > 0 to have it take effect
* for log based, only tech values where the slop is < 1 are used */
/* tech build limitations. */
float easy_tech = 1.00; /* amount of tech built with no penality */
float hard_tech = 10.0; /* amount of in-efficiently built tech */
float tech_log_base = 2.0; /* base of log to take of in-efficient tech */
float ally_factor = 2.0; /* shared tech with allies = 1/factor */