Ignore:
Timestamp:
10/11/12 00:03:06 (12 years ago)
Author:
Eric.Larour
Message:

CHG: switched my_rank2 to my_rank and num_procs2 to num_procs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/NodalValuex/NodalValuex.cpp

    r13592 r13612  
    1212void NodalValuex( IssmDouble* pnodalvalue, int natureofdataenum,Elements* elements,Nodes* nodes, Vertices* vertices, Loads* loads, Materials* materials, Parameters* parameters,bool process_units){
    1313
    14         int my_rank2;
     14        int my_rank;
    1515        int i;
    1616        int index;
     
    2121        int cpu_found;
    2222
    23         /*Get my_rank2:*/
    24         my_rank2=IssmComm::GetRank();
     23        /*Get my_rank:*/
     24        my_rank=IssmComm::GetRank();
    2525
    2626        /*retrieve element we are interested in: */
     
    3333                found=element->NodalValue(&value,index,natureofdataenum,process_units);
    3434                if (found){
    35                         cpu_found=my_rank2;
     35                        cpu_found=my_rank;
    3636                        break;
    3737                }
Note: See TracChangeset for help on using the changeset viewer.