- Timestamp:
- 10/11/12 00:03:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/NodalValuex/NodalValuex.cpp
r13592 r13612 12 12 void NodalValuex( IssmDouble* pnodalvalue, int natureofdataenum,Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units){ 13 13 14 int my_rank 2;14 int my_rank; 15 15 int i; 16 16 int index; … … 21 21 int cpu_found; 22 22 23 /*Get my_rank 2:*/24 my_rank 2=IssmComm::GetRank();23 /*Get my_rank:*/ 24 my_rank=IssmComm::GetRank(); 25 25 26 26 /*retrieve element we are interested in: */ … … 33 33 found=element->NodalValue(&value,index,natureofdataenum,process_units); 34 34 if (found){ 35 cpu_found=my_rank 2;35 cpu_found=my_rank; 36 36 break; 37 37 }
Note:
See TracChangeset
for help on using the changeset viewer.