Browse Source

undo change from 1.1.11

pre-master-46
h_vogt 15 years ago
parent
commit
76fca91dcb
  1. 3
      ChangeLog
  2. 4
      src/frontend/spiceif.c

3
ChangeLog

@ -1,3 +1,6 @@
11-01-02 Holger Vogt
* spiceif.c: recall yesterday's change due to errors, if reset was given before
11-01-01 Holger Vogt
* breakp.c: update to multiple conditionals with '=' in stop command
dctran.c: set breakpoint upon startup from database dbs ('stop when time = xxx' command)

4
src/frontend/spiceif.c

@ -935,8 +935,8 @@ if_setparam(CKTcircuit *ckt, char **name, char *param, struct dvec *val, int do_
but not pParam of any BSIM3 instance.
May contain side effects because call is abundant. h_vogt 110101
*/
if (do_model)
CKTtemp(ckt);
// if (do_model)
// CKTtemp(ckt);
}
static struct variable *

Loading…
Cancel
Save