Merge branch 'master' into netgen-1.5

This commit is contained in:
Tim Edwards 2025-09-01 02:00:02 -04:00
commit 33fed391fd
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
1.5.298
1.5.299

View File

@ -532,6 +532,7 @@ void ReadSpiceFile(char *fname, int filenum, struct cellstack **CellStackPtr,
SkipTok(NULL); /* get the next token */
if ((EndParseFile()) && (nexttok == NULL)) break;
if (nexttok == NULL) break;
if (nexttok[0] == '*') SkipNewLine(NULL);