|
|
|
@ -1265,18 +1265,7 @@ resume: |
|
|
|
} |
|
|
|
|
|
|
|
/* gtri - end - wbk - Modify Breakpoint stuff */ |
|
|
|
#else /* !XSPICE */ |
|
|
|
|
|
|
|
#ifdef CLUSTER |
|
|
|
if(!CLUsync(ckt->CKTtime,&ckt->CKTdelta,0)) { |
|
|
|
fprintf (stderr, "Sync error!\n"); |
|
|
|
exit(0); |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif /* XSPICE */ |
|
|
|
|
|
|
|
#ifdef XSPICE |
|
|
|
/* gtri - begin - wbk - Do event solution */ |
|
|
|
|
|
|
|
if(ckt->evt->counts.num_insts > 0) { |
|
|
|
@ -1319,6 +1308,15 @@ resume: |
|
|
|
} /* end if there are event instances */ |
|
|
|
|
|
|
|
/* gtri - end - wbk - Do event solution */ |
|
|
|
#else |
|
|
|
|
|
|
|
#ifdef CLUSTER |
|
|
|
if(!CLUsync(ckt->CKTtime,&ckt->CKTdelta,0)) { |
|
|
|
fprintf (stderr, "Sync error!\n"); |
|
|
|
exit(0); |
|
|
|
} |
|
|
|
#endif /* CLUSTER */ |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
/* What is that??? */ |
|
|
|
|