fix: ntax is not 0 after tnt input

This commit is contained in:
kuoi 2023-10-10 01:29:47 +08:00
parent dafdaf90bc
commit 94cd57c28f
1 changed files with 15 additions and 15 deletions

View File

@ -163,21 +163,6 @@ else
set dostr 1;
end end
/*handle search*/
if (ntax<=25)
if ('doeiw')
set search 2;
else
set search 1;
end
else
if (ntax<75)
set search 2;
else
set search 3;
end
end
/*Basic settings*/
taxname+1000;
taxname=;
@ -198,6 +183,21 @@ end
procedure %1;
hold 10000;
/*handle search*/
if (ntax<=24) /*taxa lower than 25 (including 25)*/
if ('doeiw')
set search 2;
else
set search 1;
end
else
if (ntax<74) /*taxa lower than 75 do mult*/
set search 2;
else
set search 3;
end
end
/*Report what will be done*/
quote
/-----------------------------------------------\;