Browse Source

rm extra text after end of preprocessing directive

pre-master-46
dwarning 8 years ago
committed by Holger Vogt
parent
commit
06430b7f14
  1. 2
      src/spicelib/analysis/ckttrunc.c

2
src/spicelib/analysis/ckttrunc.c

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

Loading…
Cancel
Save