Changeset 3360


Ignore:
Timestamp:
03/31/10 16:44:18 (15 years ago)
Author:
Mathieu Morlighem
Message:

forgot to cast e1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/Prognostic2/CreateLoadsPrognostic2.cpp

    r3359 r3360  
    4545
    4646                #ifdef _PARALLEL_
    47                 if (iomodel->epart[e1]!=my_rank){
     47                if (iomodel->epart[(int)e1]!=my_rank){
    4848                        /*This load does not belong to this cluster node, as it references an element
    4949                         *that does not belong to this node's partition. Drop this 'i':*/
Note: See TracChangeset for help on using the changeset viewer.