Changeset 4398
- Timestamp:
- 07/06/10 07:59:51 (15 years ago)
- Location:
- issm/trunk/src/c/EnumDefinitions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/EnumDefinitions/StringAsEnum.cpp
r4360 r4398 299 299 else if (strcmp(name,"WaitOnLock")==0) return WaitOnLockEnum; 300 300 else if (strcmp(name,"Yts")==0) return YtsEnum; 301 else ISSMERROR("Enum % inot found",name);301 else ISSMERROR("Enum %s not found",name); 302 302 303 303 } -
issm/trunk/src/c/EnumDefinitions/SynchronizeStrings.sh
r4123 r4398 109 109 #Add footer of of StringAsEnum.cpp{{{1 110 110 cat <<END >> StringAsEnum.cpp 111 else ISSMERROR("Enum % inot found",name);111 else ISSMERROR("Enum %s not found",name); 112 112 113 113 }
Note:
See TracChangeset
for help on using the changeset viewer.