mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Enable G poly source with extra parameters
This commit is contained in:
@@ -7161,7 +7161,7 @@ static void replace_token(
|
|||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
/* If total number of tokens correct */
|
/* If total number of tokens correct */
|
||||||
if (count == total) {
|
if (count >= total) {
|
||||||
actstring = string;
|
actstring = string;
|
||||||
for (i = 1; i < wherereplace; i++)
|
for (i = 1; i < wherereplace; i++)
|
||||||
actstring = nexttok(actstring);
|
actstring = nexttok(actstring);
|
||||||
|
|||||||
Reference in New Issue
Block a user