Change message from Circuit2 to Parse

This commit is contained in:
Holger Vogt 2023-07-21 08:40:26 +02:00
parent 50b9a55392
commit ef38b54d3c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ void INPpas2(CKTcircuit *ckt, struct card *data, INPtables * tab, TSKtask *task)
#ifdef HAS_PROGREP
if (linecount > 0) {
SetAnalyse( "Circuit2", (int) (1000.*actcount/linecount));
SetAnalyse( "Parse", (int) (1000.*actcount/linecount));
actcount++;
}
#endif