Changeset 12547


Ignore:
Timestamp:
06/26/12 08:45:28 (13 years ago)
Author:
utke
Message:

use of generic casting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Elements/Tria.cpp

    r12529 r12547  
    144144        mean=0;
    145145        for(i=0;i<NUMVERTICES;i++){
    146                 partition[i]=(int)qmu_part[offsetsid[i]];
     146                partition[i]=reCast<int>(qmu_part[offsetsid[i]]);
    147147                mean=mean+1.0/NUMVERTICES*vertex_response[offsetdof[i]];
    148148        }
Note: See TracChangeset for help on using the changeset viewer.