summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/nl_base.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2017-02-12 01:23:28 +0100
committer couriersud <couriersud@gmx.org>2017-02-13 00:51:41 +0100
commit290185cf00ba5e8f39437786ccb91af2123bc00e (patch)
tree067070c5a36242fe1403a635fe9af7e1fb3dba07 /src/lib/netlist/nl_base.h
parentf2c3b5155392165ebbf0ae9c1f42ae98a15cb520 (diff)
Remove duplicate save states / Save state simplification. (nw)
Diffstat (limited to 'src/lib/netlist/nl_base.h')
-rw-r--r--src/lib/netlist/nl_base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/netlist/nl_base.h b/src/lib/netlist/nl_base.h
index b8cb99933a9..9b353da4370 100644
--- a/src/lib/netlist/nl_base.h
+++ b/src/lib/netlist/nl_base.h
@@ -589,9 +589,9 @@ namespace netlist
}
}
- state_var<nl_double *> m_Idr1; // drive current
- state_var<nl_double *> m_go1; // conductance for Voltage from other term
- state_var<nl_double *> m_gt1; // conductance for total conductance
+ nl_double *m_Idr1; // drive current
+ nl_double *m_go1; // conductance for Voltage from other term
+ nl_double *m_gt1; // conductance for total conductance
};