Browse Source

Change message from Circuit2 to Parse

pre-master-46
Holger Vogt 3 years ago
parent
commit
bc41e48126
  1. 2
      src/spicelib/parser/inppas2.c

2
src/spicelib/parser/inppas2.c

@ -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

Loading…
Cancel
Save