Accessing right side vector
Rishabh Yadav <[email protected]>
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <CAHkH5ncHa8yp6cRPgkWco_PxSeiq_BxTPYtq_o6ee_Cvzdj+YQ@mail.gmail.com> |
I am implementing mrdump command which dumps the right hand side matrix values.The problem is when I try to access the right side vector,i.e.,_sim->_i[i] it says Segmentation fault(core dumped).probably that means _sim->_i does not exists when i am trying to reference it.I tested this after doing a transient analysis. -- Rishabh Yadav