Example #1
0
            //NETLIB_RESETI();
            //NETLIB_RESET(D)
            public override void reset()
            {
                nl_fptype Is = m_modacc.m_IS.op();
                nl_fptype n  = m_modacc.m_N.op();

                m_D.set_param(Is, n, exec().gmin(), nlconst.T0());
                set_G_V_I(m_D.G(), nlconst.zero(), m_D.Ieq());
            }