rm extra text after end of preprocessing directive

This commit is contained in:
dwarning 2018-10-24 11:34:44 +02:00 committed by Holger Vogt
parent 079b3bb7fd
commit 06430b7f14
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ CKTtrunc(CKTcircuit *ckt, double *timeStep)
size = SMPmatSize(ckt->CKTmatrix);
#ifdef STEPDEBUG
printf("at time %g, delta %g\n",ckt->CKTtime,ckt->CKTdeltaOld[0]);
#endif STEPDEBUG
#endif
node = ckt->CKTnodes;
switch(ckt->CKTintegrateMethod) {