- Timestamp:
- 06/26/13 07:22:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/wrappers/MeshProfileIntersection/MeshProfileIntersection.cpp
r15106 r15335 36 36 /* required input: */ 37 37 //mesh 38 double * double_index=NULL;39 int * index=NULL;38 double *double_index = NULL; 39 int *index = NULL; 40 40 int nel; 41 double * x=NULL;42 double * y=NULL;41 double *x = NULL; 42 double *y = NULL; 43 43 int nods; 44 44 int dummy; 45 45 46 46 //contours 47 DataSet*domain = NULL;47 Contours *domain = NULL; 48 48 Contour<double> **contours=NULL; 49 49 int numcontours;
Note:
See TracChangeset
for help on using the changeset viewer.