Changeset 11945
- Timestamp:
- 04/05/12 15:04:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ParsePetscOptionsx/ParsePetscOptionsx.cpp
r11923 r11945 103 103 char* string=strings[i]; 104 104 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])); 106 106 } 107 107 if(my_rank==0)stringlength=(strlen(string)+1)*sizeof(char);
Note:
See TracChangeset
for help on using the changeset viewer.