- Timestamp:
- 08/07/10 21:19:41 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/modules/Reducevectorgtofx/Reducevectorgtofx.cpp
r3332 r5057 11 11 Vec uf=NULL; 12 12 13 /*intermediary: */14 Vec un=NULL;15 16 13 if(nodesets){ 17 14 18 15 19 if (nodesets->Get NSize() && nodesets->GetFSize()){16 if (nodesets->GetGSize() && nodesets->GetFSize()){ 20 17 21 VecPartition(&un,ug,nodesets->GetPV_N(),nodesets->GetNSize()); 22 23 VecPartition(&uf,un,nodesets->GetPV_F(),nodesets->GetFSize()); 18 VecPartition(&uf,ug,nodesets->GetPV_F(),nodesets->GetFSize()); 24 19 25 20 } 26 27 /*Free ressources:*/28 VecFree(&un);29 21 } 30 22
Note:
See TracChangeset
for help on using the changeset viewer.