diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_4066.cpp')
| -rw-r--r-- | src/lib/netlist/devices/nld_4066.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_4066.cpp b/src/lib/netlist/devices/nld_4066.cpp index 4fc78357e84..33b78ddf1b7 100644 --- a/src/lib/netlist/devices/nld_4066.cpp +++ b/src/lib/netlist/devices/nld_4066.cpp @@ -55,7 +55,7 @@ namespace netlist if (R > NL_FCONST(0.0)) { // We only need to update the net first if this is a time stepping net - if (1) // m_R.m_P.net().as_analog().solver().is_timestep()) + if ((1)) // m_R.m_P.net().as_analog().solver().is_timestep()) { m_R.update_dev(); m_R.set_R(R); |
