typesdef.c, bug fix, incorrect `notypes', `capacitance' and `charge' doomed
introduced in
Date: Wed Oct 3 15:01:36 2012 +0200
outif.c, typesdef.c, sim.h: correct labeling of cap, cur, and charge data
This commit is contained in:
parent
73d581f9a6
commit
95d2166946
|
|
@ -81,7 +81,7 @@ struct plotab plotabs[NUMPLOTTYPES] = {
|
|||
{ "pss", "periodic" },
|
||||
};
|
||||
|
||||
int notypes = 19;
|
||||
int notypes = 21;
|
||||
int noplotabs = 22;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue