Ignore:
Timestamp:
10/22/13 14:18:40 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed some warnings from compiler

File:
1 edited

Legend:

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

    r15557 r16521  
    9999
    100100                        /*Inside convex but outside mesh*/
    101                         if (reft[it]<0 & isdefault){
     101                        if (reft[it]<0 && isdefault){
    102102                                for(j=0;j<N_data;j++) data_interp[i*N_data+j]=defaultvalue;
    103103                                continue;
Note: See TracChangeset for help on using the changeset viewer.