Ignore:
Timestamp:
12/23/13 09:59:31 (11 years ago)
Author:
Eric.Larour
Message:

CHG: windows build broke because dim was not declared a constant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp

    r17045 r17046  
    847847
    848848        /* Intermediaries */
    849         int         i,is,vertexdown,vertexup,dim=3,numvertices,numsegments;
     849        const int   dim=3;
     850        int         i,is,vertexdown,vertexup,numvertices,numsegments;
    850851        IssmDouble  heatflux;
    851852        IssmDouble  vec_heatflux[dim],normal_base[dim],d1enthalpy[dim];
Note: See TracChangeset for help on using the changeset viewer.