undo change from 1.1.11
This commit is contained in:
parent
cc6100f5cb
commit
76fca91dcb
|
|
@ -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
|
11-01-01 Holger Vogt
|
||||||
* breakp.c: update to multiple conditionals with '=' in stop command
|
* breakp.c: update to multiple conditionals with '=' in stop command
|
||||||
dctran.c: set breakpoint upon startup from database dbs ('stop when time = xxx' command)
|
dctran.c: set breakpoint upon startup from database dbs ('stop when time = xxx' command)
|
||||||
|
|
|
||||||
|
|
@ -935,8 +935,8 @@ if_setparam(CKTcircuit *ckt, char **name, char *param, struct dvec *val, int do_
|
||||||
but not pParam of any BSIM3 instance.
|
but not pParam of any BSIM3 instance.
|
||||||
May contain side effects because call is abundant. h_vogt 110101
|
May contain side effects because call is abundant. h_vogt 110101
|
||||||
*/
|
*/
|
||||||
if (do_model)
|
// if (do_model)
|
||||||
CKTtemp(ckt);
|
// CKTtemp(ckt);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct variable *
|
static struct variable *
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue