Changeset 198
- Timestamp:
- 05/04/09 09:42:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateElementsNodesAndMaterialsDiagnosticHoriz.cpp
r176 r198 526 526 527 527 model->penaltypartitioning=(int*)xmalloc(model->numpenalties*sizeof(int)); 528 #ifdef _SERIAL_ 529 for(i=0;i<model->numpenalties;i++)model->penaltypartitioning[i]=1; 530 #else 528 531 for(i=0;i<model->numpenalties;i++)model->penaltypartitioning[i]=-1; 529 532 … … 538 541 } 539 542 } 543 #endif 540 544 } 541 545
Note:
See TracChangeset
for help on using the changeset viewer.