Changeset 11945


Ignore:
Timestamp:
04/05/12 15:04:21 (13 years ago)
Author:
Mathieu Morlighem
Message:

Fixed warning

File:
1 edited

Legend:

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

    r11923 r11945  
    103103                char* string=strings[i];
    104104                if(my_rank==0){
    105                         if(string==NULL) _error_("PETSc options for analysis %s have been declared but were not found",EnumToStringx(analyses[i]));
     105                        if(string==NULL) _error_("PETSc options for analysis %s have been declared but were not found",EnumToStringx((int)analyses[i]));
    106106                }
    107107                if(my_rank==0)stringlength=(strlen(string)+1)*sizeof(char);
Note: See TracChangeset for help on using the changeset viewer.