Changeset 14342
- Timestamp:
- 02/12/13 09:34:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/ExpSimplify/ExpSimplify.cpp
r14341 r14342 159 159 /*Start recursive call to simplify*/ 160 160 for(int i=0;i<nods;i++) flags[i]=true; 161 printf("-------------- file: ExpSimplify.cpp line: %i\n",__LINE__);162 161 simplify(contour,flags,0,nods-1,tolerance); 163 162 }
Note:
See TracChangeset
for help on using the changeset viewer.