Changeset 18815
- Timestamp:
- 11/20/14 08:58:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/ExpSimplify/ExpSimplify.cpp
r15335 r18815 18 18 _printf_(" Example:\n"); 19 19 _printf_(" ExpSimplify('file.exp',100);\n"); 20 _printf_(" ExpSimplify('file.exp',100,' remove1',false);\n");20 _printf_(" ExpSimplify('file.exp',100,'min',4);\n"); 21 21 }/*}}}*/ 22 22 void simplify(Contour<double>* contour,bool* flags,int ind0,int ind1,double tolerance){/*{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.