fix: ntax is not 0 after tnt input
This commit is contained in:
parent
dafdaf90bc
commit
94cd57c28f
1 changed files with 15 additions and 15 deletions
30
guoyi.run
30
guoyi.run
|
@ -163,21 +163,6 @@ else
|
||||||
set dostr 1;
|
set dostr 1;
|
||||||
end end
|
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*/
|
/*Basic settings*/
|
||||||
taxname+1000;
|
taxname+1000;
|
||||||
taxname=;
|
taxname=;
|
||||||
|
@ -198,6 +183,21 @@ end
|
||||||
procedure %1;
|
procedure %1;
|
||||||
hold 10000;
|
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*/
|
/*Report what will be done*/
|
||||||
quote
|
quote
|
||||||
/-----------------------------------------------\;
|
/-----------------------------------------------\;
|
||||||
|
|
Loading…
Reference in a new issue