Parent Directory
|
Revision Log
|
Patch
revision 1015 by gross, Tue Mar 6 04:41:55 2007 UTC | revision 1016 by gross, Thu Mar 8 06:31:28 2007 UTC | |
---|---|---|
# | Line 86 Paso_SystemMatrixPattern* Paso_SystemMat | Line 86 Paso_SystemMatrixPattern* Paso_SystemMat |
86 | out=Paso_SystemMatrixPattern_alloc(type,output_dist,input_dist,ptr,index); | out=Paso_SystemMatrixPattern_alloc(type,output_dist,input_dist,ptr,index); |
87 | } | } |
88 | if (! Paso_noError()) { | if (! Paso_noError()) { |
Paso_Distribution_dealloc(input_dist); | ||
Paso_Distribution_dealloc(output_dist); | ||
89 | MEMFREE(index); | MEMFREE(index); |
90 | MEMFREE(ptr); | MEMFREE(ptr); |
91 | } | } |
92 | Paso_Distribution_free(input_dist); | |
93 | Paso_Distribution_free(output_dist); | |
94 | return out; | return out; |
95 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |