Parent Directory
|
Revision Log
|
Patch
revision 232 by johnpye, Sun Jan 29 14:15:44 2006 UTC | revision 233 by johnpye, Sun Jan 29 16:55:27 2006 UTC | |
---|---|---|
# | Line 458 class Browser: | Line 458 class Browser: |
458 | ||
459 | def on_tools_sparsity_click(self,*args): | def on_tools_sparsity_click(self,*args): |
460 | self.reporter.reportNote("Preparing sparsity matrix...") | self.reporter.reportNote("Preparing sparsity matrix...") |
461 | _im = self.sim.getIncidenceMatrix(); | |
462 | _id = _im.getIncidenceData(); | |
463 | print repr(_id); | |
464 | ||
465 | # -------------------------------------------- | # -------------------------------------------- |
466 | # MODULE LIST | # MODULE LIST |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |