Changeset 14964
- Timestamp:
- 05/08/13 10:46:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Enum/Synchronize.sh
r14960 r14964 71 71 #include <cstring> 72 72 #include "./Enum.h" 73 #include "../Exceptions/exceptions.h" 73 74 74 75 int StringToEnumx(const char* name){ … … 110 111 111 112 WARNING: DO NOT MODIFY THIS FILE 112 this file has been automatically generated by src/c/ EnumDefinitions/Synchronize.sh113 Please read src/c/ EnumDefinitions/README for more information113 this file has been automatically generated by src/c/shared/Enum/Synchronize.sh 114 Please read src/c/shared/Enum/README for more information 114 115 115 116 """ … … 147 148 % 148 149 % WARNING: DO NOT MODIFY THIS FILE 149 % this file has been automatically generated by src/c/ EnumDefinitions/Synchronize.sh150 % Please read src/c/ EnumDefinitions/README for more information150 % this file has been automatically generated by src/c/shared/Enum/Synchronize.sh 151 % Please read src/c/shared/Enum/README for more information 151 152 % 152 153 % Usage: … … 161 162 """ 162 163 $(echo $NAMEENUM | awk {'print toupper($1)'}) - Enum of $(echo $NAME) 164 165 WARNING: DO NOT MODIFY THIS FILE 166 this file has been automatically generated by src/c/shared/Enum/Synchronize.sh 167 Please read src/c/shared/Enum/README for more information 163 168 164 169 Usage: … … 178 183 % 179 184 % WARNING: DO NOT MODIFY THIS FILE 180 % this file has been automatically generated by src/c/ EnumDefinitions/Synchronize.sh181 % Please read src/c/ EnumDefinitions/README for more information185 % this file has been automatically generated by src/c/shared/Enum/Synchronize.sh 186 % Please read src/c/shared/Enum/README for more information 182 187 % 183 188 % Usage: … … 195 200 $(echo "MaximumNumberOfEnums" | awk {'print toupper($1)'}) - Enum of MaximumNumberOfEnums 196 201 202 WARNING: DO NOT MODIFY THIS FILE 203 this file has been automatically generated by src/c/shared/Enum/Synchronize.sh 204 Please read src/c/shared/Enum/README for more information 205 197 206 Usage: 198 207 macro=MaximumNumberOfEnums()
Note:
See TracChangeset
for help on using the changeset viewer.