Change message from Circuit2 to Parse
This commit is contained in:
parent
4d8b105b86
commit
bc41e48126
|
|
@ -82,7 +82,7 @@ void INPpas2(CKTcircuit *ckt, struct card *data, INPtables * tab, TSKtask *task)
|
||||||
|
|
||||||
#ifdef HAS_PROGREP
|
#ifdef HAS_PROGREP
|
||||||
if (linecount > 0) {
|
if (linecount > 0) {
|
||||||
SetAnalyse( "Circuit2", (int) (1000.*actcount/linecount));
|
SetAnalyse( "Parse", (int) (1000.*actcount/linecount));
|
||||||
actcount++;
|
actcount++;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue