Changeset 17099
- Timestamp:
- 01/10/14 19:41:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/PentaRef.cpp
r17097 r17099 1247 1247 indices[1] = 1; 1248 1248 indices[2] = 2; 1249 return;1249 break; 1250 1250 case P1bubbleEnum: case P1bubblecondensedEnum: 1251 1251 numindices = 3; … … 1254 1254 indices[1] = 1; 1255 1255 indices[2] = 2; 1256 return;1256 break; 1257 1257 case P2xP1Enum: 1258 1258 numindices = 6; … … 1264 1264 indices[4] = 7; 1265 1265 indices[5] = 8; 1266 return;1266 break; 1267 1267 case P1xP2Enum: 1268 1268 numindices = 3; … … 1271 1271 indices[1] = 1; 1272 1272 indices[2] = 2; 1273 return;1273 break; 1274 1274 case P1xP3Enum: 1275 1275 numindices = 3; … … 1278 1278 indices[1] = 1; 1279 1279 indices[2] = 2; 1280 return;1280 break; 1281 1281 case P2Enum: 1282 1282 numindices = 6; … … 1288 1288 indices[4] = 10; 1289 1289 indices[5] = 11; 1290 return;1290 break; 1291 1291 case P2xP4Enum: 1292 1292 numindices = 6; … … 1298 1298 indices[4] = 10; 1299 1299 indices[5] = 11; 1300 return;1300 break; 1301 1301 default: 1302 1302 _error_("Element type "<<EnumToStringx(this->element_type)<<" not supported yet");
Note:
See TracChangeset
for help on using the changeset viewer.