Parent Directory
|
Revision Log
|
Patch
revision 1498 by trankine, Mon Apr 14 06:43:51 2008 UTC | revision 1499 by trankine, Mon Apr 14 09:03:46 2008 UTC | |
---|---|---|
# | Line 77 void Finley_IndexList_insertElementsWith | Line 77 void Finley_IndexList_insertElementsWith |
77 | Finley_ElementFile* elements, index_t* row_map, index_t* col_map) | Finley_ElementFile* elements, index_t* row_map, index_t* col_map) |
78 | { | { |
79 | index_t color; | index_t color; |
80 | dim_t e,kr,kc,i,icol,irow, NN; | dim_t e,kr,kc,icol,irow, NN; |
81 | if (elements!=NULL) { | if (elements!=NULL) { |
82 | NN=elements->numNodes; | NN=elements->numNodes; |
83 | for (color=elements->minColor;color<=elements->maxColor;color++) { | for (color=elements->minColor;color<=elements->maxColor;color++) { |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |