(pchrstr, pchr_ca, pchr, sctstr, dchr_ca, dchr): Replace pchrstr
member p_effic by sctstr member d_peffic. Tables updated. (show_sect_capab): Adapted. (prod_eff): Adapted; requires changing first parameter to sector type. Callers changed. (P_MDUST): Remove, because pchr[P_MDUST] now identical to pchr[P_DUST].
This commit is contained in:
parent
568b9d6639
commit
da88d91899
10 changed files with 69 additions and 72 deletions
|
@ -206,7 +206,7 @@ prod(void)
|
|||
/*
|
||||
* production effic.
|
||||
*/
|
||||
prodeff = prod_eff(pp, natp->nat_level[pp->p_nlndx]);
|
||||
prodeff = prod_eff(type, natp->nat_level[pp->p_nlndx]);
|
||||
/*
|
||||
* raw material limit
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue