Changeset 5167 for issm/trunk


Ignore:
Timestamp:
08/11/10 16:38:56 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Penta.cpp

    r5166 r5167  
    19481948                        }
    19491949                        else{
    1950                                 ISSMERROR("Approximation type %s not supported yet",EnumToString(*(iomodel->elements_type+2*index+0)));
     1950                                ISSMERROR("Approximation type %s not supported yet",EnumToString((int)*(iomodel->elements_type+2*index+0)));
    19511951                        }
    19521952                }
Note: See TracChangeset for help on using the changeset viewer.