Changeset 22386
- Timestamp:
- 02/02/18 13:58:27 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/OutputDefinitionsResponsex/OutputDefinitionsResponsex.cpp
r21049 r22386 60 60 61 61 /*If we are here, did not find the definition for this response, not good!: */ 62 _error_("Could not find the response for output definition " << output_enum << " because could not find the definition itself!"); 62 _error_("Could not find the response for output definition " << EnumToStringx(output_enum) 63 <<" ("<<output_enum<<")" 64 << " because could not find the definition itself!"); 63 65 64 66 }
Note:
See TracChangeset
for help on using the changeset viewer.