Browse Source

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
pre-master-46
rlar 11 years ago
parent
commit
95d2166946
  1. 2
      src/frontend/typesdef.c

2
src/frontend/typesdef.c

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

Loading…
Cancel
Save