From 95d2166946a9202ec791c55fb3c1f15061f84540 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 8 Mar 2015 20:36:49 +0100 Subject: [PATCH] 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 --- src/frontend/typesdef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/typesdef.c b/src/frontend/typesdef.c index c03db0378..a07dae246 100644 --- a/src/frontend/typesdef.c +++ b/src/frontend/typesdef.c @@ -81,7 +81,7 @@ struct plotab plotabs[NUMPLOTTYPES] = { { "pss", "periodic" }, }; -int notypes = 19; +int notypes = 21; int noplotabs = 22;