Changeset 12081
- Timestamp:
- 04/20/12 13:49:44 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/modules/TriMeshProcessRifts/TriMeshProcessRifts.cpp
r12071 r12081 177 177 /*Order segments so that their normals point outside the domain: */ 178 178 OrderSegments(&segments_in,num_seg, index_in,nel); 179 180 179 181 180 if(riftflag){ … … 183 182 /*We do not want to output segments mixed with rift segments: wring out the rifts from the segments, using the 184 183 *segmentmarkerlist:*/ 185 SplitRiftSegments(&segments_in,&segmentmarkers_in,&num_seg,&out_numrifts,&out_riftsnumsegments,&out_riftssegments,numrifts );184 SplitRiftSegments(&segments_in,&segmentmarkers_in,&num_seg,&out_numrifts,&out_riftsnumsegments,&out_riftssegments,numrifts,nods,nel); 186 185 187 186 /*Using rift segments, associate rift faces in pairs, each pair face representing opposite flanks of the rifts facing one another directly: */
Note:
See TracChangeset
for help on using the changeset viewer.