(buil): Remove N_NEUT check. It should have been
removed when the opt_NEUTRON was removed.
This commit is contained in:
parent
3d68c0a0da
commit
4e317e3999
1 changed files with 0 additions and 2 deletions
|
@ -202,8 +202,6 @@ buil(void)
|
||||||
if (rqtech > tlev
|
if (rqtech > tlev
|
||||||
|| (opt_DRNUKE && np->n_tech * drnuke_const > rlev))
|
|| (opt_DRNUKE && np->n_tech * drnuke_const > rlev))
|
||||||
type = -1;
|
type = -1;
|
||||||
if (np->n_flags & N_NEUT)
|
|
||||||
type = -1;
|
|
||||||
}
|
}
|
||||||
if (type < 0) {
|
if (type < 0) {
|
||||||
int tt = tlev;
|
int tt = tlev;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue