mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-05 19:22:38 +02:00
Better indentation of message
This commit is contained in:
@@ -523,7 +523,7 @@ static void EVTprocess_output(
|
||||
return;
|
||||
if(delay <= 0.0) {
|
||||
printf("\nERROR - Output delay <= 0 not allowed - output ignored!\n");
|
||||
printf(" Instance: %s\nNode: %s\nTime: %f \n",
|
||||
printf(" Instance: %s\n Node: %s\n Time: %f \n",
|
||||
g_mif_info.instance->MIFname, node_table[node_index]->name, g_mif_info.ckt->CKTtime);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user