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:
rlar 2015-03-08 20:36:49 +01:00
parent 73d581f9a6
commit 95d2166946
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ struct plotab plotabs[NUMPLOTTYPES] = {
{ "pss", "periodic" },
};
int notypes = 19;
int notypes = 21;
int noplotabs = 22;