Changeset 14340
- Timestamp:
- 02/12/13 08:07:03 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/ExpSimplify/ExpSimplify.cpp
r14294 r14340 22 22 double distance,beta,dx,dy; 23 23 double maxdistance; 24 int index ;24 int index = -1; 25 25 double *x = contour->x; 26 26 double *y = contour->y; … … 77 77 /*if not, call simplifyrec for the segments between ind0 and index 78 78 * (index and ind1)*/ 79 _assert_(index!=-1); 79 80 simplify(contour,flags,ind0 ,index,tolerance); 80 81 simplify(contour,flags,index,ind1, tolerance);
Note:
See TracChangeset
for help on using the changeset viewer.